Skip to content

Commit 01a930b

Browse files
committed
Merge backout
2 parents a08d576 + 0e79502 commit 01a930b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ llvm_cppflags="`$llvm_config --cppflags`"
24262426
llvm_includedir="`$llvm_config --includedir`"
24272427
llvm_ldflags="`$llvm_config --ldflags`"
24282428
2429-
llvm_all_libs="-lLLVM-2.8"
2429+
llvm_all_libs="`$llvm_config --libs all`"
24302430
llvm_target="`$llvm_config --libs engine | sed 's/.*LLVM\(.[^ ]*\)CodeGen.*/\1/'`"
24312431
24322432
llvm_extra_libs=""

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ llvm_cppflags="`$llvm_config --cppflags`"
7373
llvm_includedir="`$llvm_config --includedir`"
7474
llvm_ldflags="`$llvm_config --ldflags`"
7575

76-
llvm_all_libs="-lLLVM-2.8"
76+
llvm_all_libs="`$llvm_config --libs all`"
7777
llvm_target="`$llvm_config --libs engine | sed 's/.*LLVM\(.[[^ ]]*\)CodeGen.*/\1/'`"
7878

7979
dnl We need to separate libraries that need to be linked from other linker options.

0 commit comments

Comments
 (0)