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 9c3a7ad commit 87605b1Copy full SHA for 87605b1
llvm/utils/gn/secondary/lldb/test/BUILD.gn
@@ -83,7 +83,8 @@ write_lit_cfg("lit_api_site_cfg") {
83
"LLVM_HOST_TRIPLE=$llvm_current_triple",
84
"LLVM_INCLUDE_DIR=" + rebase_path("$root_out_dir/include"),
85
"LLVM_USE_SANITIZER=",
86
- "Lua_EXECUTABLE=",
+ "LUA_EXECUTABLE=",
87
+ "LLDB_LUA_CPATH=",
88
"LLDB_FRAMEWORK_DIR=XXX_framework_dir",
89
"CMAKE_CXX_COMPILER=c++", # XXX use bin/clang++ instead?
90
"HOST_OS=$host_os", # XXX
0 commit comments