We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01e1b01 + 45acd47 commit 45ea78eCopy full SHA for 45ea78e
test/Unit/lit.site.cfg.in
@@ -1,10 +1,10 @@
1
## Autogenerated by LLVM/Swift configuration.
2
# Do not edit!
3
-config.llvm_src_root = "@LLVM_SOURCE_DIR@"
+config.llvm_src_root = "@LLVM_MAIN_SRC_DIR@"
4
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
5
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
6
config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
7
-config.build_mode = lit_config.params.get('build_mode', "@LLVM_BUILD_MODE@")
+config.build_mode = lit_config.params.get('build_mode', "@SWIFT_BUILD_MODE@")
8
config.swift_obj_root = "@SWIFT_BINARY_DIR@"
9
config.target_triple = "@TARGET_TRIPLE@"
10
0 commit comments