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 fffb389 commit f104d64Copy full SHA for f104d64
llvm/utils/gn/secondary/lldb/test/BUILD.gn
@@ -98,6 +98,7 @@ write_lit_cfg("lit_shell_site_cfg") {
98
input = "//lldb/test/Shell/lit.site.cfg.py.in"
99
output = lldb_lit_shell_site_cfg_file
100
extra_values = [
101
+ "CMAKE_SYSROOT=",
102
"LLDB_ENABLE_LUA=0", # FIXME: gn arg, use in Config.h
103
"LLDB_ENABLE_LZMA=0", # FIXME: gn arg, use in Config.h
104
"LLDB_ENABLE_PYTHON=0", # FIXME: gn arg, use in Config.h
0 commit comments