File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2426,7 +2426,7 @@ llvm_cppflags="`$llvm_config --cppflags`"
2426
2426
llvm_includedir=" ` $llvm_config --includedir` "
2427
2427
llvm_ldflags=" ` $llvm_config --ldflags` "
2428
2428
2429
- llvm_all_libs=" -lLLVM-2.8 "
2429
+ llvm_all_libs=" ` $llvm_config --libs all ` "
2430
2430
llvm_target=" ` $llvm_config --libs engine | sed ' s/.*LLVM\(.[^ ]*\)CodeGen.*/\1/' ` "
2431
2431
2432
2432
llvm_extra_libs=" "
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ llvm_cppflags="`$llvm_config --cppflags`"
73
73
llvm_includedir="`$llvm_config --includedir`"
74
74
llvm_ldflags="`$llvm_config --ldflags`"
75
75
76
- llvm_all_libs="-lLLVM-2.8 "
76
+ llvm_all_libs="`$llvm_config --libs all` "
77
77
llvm_target="`$llvm_config --libs engine | sed 's/.*LLVM\(.[ [ ^ ] ] *\)CodeGen.*/\1/'`"
78
78
79
79
dnl We need to separate libraries that need to be linked from other linker options.
You can’t perform that action at this time.
0 commit comments