Browse Source

Fixed the macOS build with the new Clang.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/838/merge
Dimitar Dobrev 8 years ago
parent
commit
cbd1e0e53c
  1. 1
      build/LLVM.lua

1
build/LLVM.lua

@ -162,6 +162,7 @@ function SetupLLVMLibs()
"LLVMCore", "LLVMCore",
"LLVMSupport", "LLVMSupport",
"LLVMBinaryFormat", "LLVMBinaryFormat",
"LLVMDemangle"
} }
filter(c) filter(c)

Loading…
Cancel
Save