Skip to content

Commit 6b65ec3

Browse files
authored
Update CMakeLists.txt
1 parent cd0c392 commit 6b65ec3

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,12 @@ else()
3232
IF(WIN32)
3333
llvm_map_components_to_libnames(
3434
llvm_libs
35-
${LLVM_TARGETS_TO_BUILD}
36-
orcjit
37-
support
38-
core
39-
irreader
40-
codegen
41-
mc
42-
mcparser
43-
option
35+
${LLVM_TARGETS_TO_BUILD}
36+
BinaryFormat
37+
Core
38+
Object
39+
OrcJit
40+
Support
4441
)
4542
else()
4643
set(LLVM_LINK_COMPONENTS

0 commit comments

Comments
 (0)