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.
1 parent 46db432 commit dedeb66Copy full SHA for dedeb66
llvm/test/CMakeLists.txt
@@ -26,6 +26,7 @@ configure_lit_site_cfg(
26
MAIN_CONFIG
27
${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py
28
PATHS
29
+ "CMAKE_OSX_SYSROOT"
30
"LLVM_SOURCE_DIR"
31
"LLVM_BINARY_DIR"
32
"LLVM_TOOLS_DIR"
llvm/test/lit.site.cfg.py.in
@@ -17,7 +17,7 @@ config.errc_messages = "@LLVM_LIT_ERRC_MESSAGES@"
17
config.python_executable = "@Python3_EXECUTABLE@"
18
config.gold_executable = "@GOLD_EXECUTABLE@"
19
config.ld64_executable = "@LD64_EXECUTABLE@"
20
-config.osx_sysroot = "@CMAKE_OSX_SYSROOT@"
+config.osx_sysroot = path(r"@CMAKE_OSX_SYSROOT@")
21
config.ocamlfind_executable = "@OCAMLFIND@"
22
config.have_ocamlopt = @HAVE_OCAMLOPT@
23
config.have_ocaml_ounit = @HAVE_OCAML_OUNIT@
0 commit comments