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 2a5ee25 commit c024969Copy full SHA for c024969
llvm/utils/gn/secondary/lldb/test/BUILD.gn
@@ -104,6 +104,7 @@ write_lit_cfg("lit_shell_site_cfg") {
104
input = "//lldb/test/Shell/lit.site.cfg.py.in"
105
output = lldb_lit_shell_site_cfg_file
106
extra_values = [
107
+ "CLANG_RESOURCE_DIR=",
108
"DEFAULT_SYSROOT=",
109
"LIBCXX_LIBRARY_DIR=" + rebase_path("$root_build_dir/lib"),
110
"LLDB_ENABLE_LUA=0", # FIXME: gn arg, use in Config.h
0 commit comments