File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ template("write_lit_cfg") {
14
14
" LIT_SITE_CFG_IN_HEADER=## Autogenerated from $input , do not edit" ,
15
15
" LLD_BINARY_DIR=" +
16
16
rebase_path (get_label_info (" //lld" , " target_out_dir" )),
17
+ " LLD_LIBS_DIR=" , # FIXME: for shared builds only (?)
18
+ " LLD_TOOLS_DIR=" + rebase_path (" $root_out_dir /bin" ),
17
19
" LLD_SOURCE_DIR=" + rebase_path (" //lld" ),
18
20
" LLVM_BINARY_DIR=" +
19
21
rebase_path (get_label_info (" //llvm" , " target_out_dir" )),
20
- " LLVM_LIBRARY_OUTPUT_INTDIR=" , # FIXME: for shared builds only (?)
21
22
" LLVM_LIBS_DIR=" , # needed only for shared builds
22
23
" LLVM_LIT_TOOLS_DIR=" , # Intentionally empty, matches cmake build.
23
- " LLVM_RUNTIME_OUTPUT_INTDIR=" + rebase_path (" $root_out_dir /bin" ),
24
24
" LLVM_SOURCE_DIR=" + rebase_path (" //llvm" ),
25
25
" LLVM_TOOLS_DIR=" + rebase_path (" $root_out_dir /bin" ),
26
26
" Python3_EXECUTABLE=$python_path " ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ write_lit_config("lit_site_cfg") {
59
59
" LLVM_ENABLE_FFI=0" ,
60
60
" LLVM_HAVE_OPT_VIEWER_MODULES=0" ,
61
61
" LLVM_HOST_TRIPLE=$llvm_current_triple " ,
62
- " LLVM_LIBRARY_DIR =" + rebase_path (" $root_out_dir /lib" , dir ),
62
+ " LLVM_LIBS_DIR =" + rebase_path (" $root_out_dir /lib" , dir ),
63
63
" LLVM_LINK_LLVM_DYLIB=0" ,
64
64
" LLVM_LIT_TOOLS_DIR=" , # Intentionally empty, matches cmake build.
65
65
" LLVM_NATIVE_ARCH=$native_target " ,
You can’t perform that action at this time.
0 commit comments