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 14faf0d commit dc456ceCopy full SHA for dc456ce
llvm/utils/gn/secondary/lldb/test/BUILD.gn
@@ -60,7 +60,8 @@ write_lit_cfg("lit_api_site_cfg") {
60
"LLDB_TEST_COMMON_ARGS=",
61
"LLDB_TEST_USER_ARGS=",
62
"LLDB_ENABLE_PYTHON=0",
63
- "LLDB_HAS_LIBCXX=0", # FIXME: support this (?)
+ "LLDB_HAS_LIBCXX=False", # FIXME: support this (?)
64
+ "LLDB_TEST_USE_VENDOR_PACKAGES=False",
65
"LLDB_LIBS_DIR=", # FIXME: for shared builds only (?)
66
"LLDB_TEST_ARCH=$current_cpu",
67
"LLDB_TEST_COMPILER=" + rebase_path("$root_build_dir/bin/clang"),
0 commit comments