forked from OSchip/llvm-project
[gn build] port fc04749957
Reviewed By: thakis Differential Revision: https://reviews.llvm.org/D133794
This commit is contained in:
parent
07150fece5
commit
70d4f02c1d
|
@ -56,7 +56,7 @@ write_lit_cfg("lit_api_site_cfg") {
|
|||
"LLDB_TEST_COMMON_ARGS=",
|
||||
"LLDB_TEST_USER_ARGS=",
|
||||
"LLDB_ENABLE_PYTHON=0",
|
||||
"LLDB_HAS_LIBCXX=", # FIXME: support this (?)
|
||||
"LLDB_HAS_LIBCXX=0", # FIXME: support this (?)
|
||||
"LLDB_LIBS_DIR=", # FIXME: for shared builds only (?)
|
||||
"LLDB_TEST_ARCH=$current_cpu",
|
||||
"LLDB_TEST_COMPILER=" + rebase_path("$root_build_dir/bin/clang"),
|
||||
|
|
Loading…
Reference in New Issue