Browse Source

Fixed build by removing now unexisting LLVMipa library.

pull/536/merge
João Matos 10 years ago
parent
commit
e11dd7b4f7
  1. 1
      build/LLVM.lua

1
build/LLVM.lua

@ -74,7 +74,6 @@ function SetupLLVMLibs()
"LLVMScalarOpts", "LLVMScalarOpts",
"LLVMInstCombine", "LLVMInstCombine",
"LLVMTransformUtils", "LLVMTransformUtils",
"LLVMipa",
"LLVMAnalysis", "LLVMAnalysis",
"LLVMTarget", "LLVMTarget",
"LLVMMC", "LLVMMC",

Loading…
Cancel
Save