[gn build] port fc04749957

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D133794
This commit is contained in:
Zequan Wu 2022-09-13 11:19:08 -07:00
parent 07150fece5
commit 70d4f02c1d
1 changed files with 1 additions and 1 deletions

View File

@ -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"),