[llvm] 811688d - [gn build] port e321c8dd2cea

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 15:52:15 PDT 2022


Author: Nico Weber
Date: 2022-09-07T18:52:06-04:00
New Revision: 811688d5a370fc178928fa7cb154fcb2e4a6a923

URL: https://github.com/llvm/llvm-project/commit/811688d5a370fc178928fa7cb154fcb2e4a6a923
DIFF: https://github.com/llvm/llvm-project/commit/811688d5a370fc178928fa7cb154fcb2e4a6a923.diff

LOG: [gn build] port e321c8dd2cea

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/test/BUILD.gn b/llvm/utils/gn/secondary/clang/test/BUILD.gn
index 6abd103bfb52e..f8fcdb2b95db1 100644
--- a/llvm/utils/gn/secondary/clang/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -46,6 +46,7 @@ write_lit_config("lit_site_cfg") {
     "LLVM_WITH_Z3=0",
     "CLANG_BUILD_EXAMPLES=0",
     "CLANG_BUILT_STANDALONE=0",
+    "CLANG_DEFAULT_STD_CXX=",
     "CLANG_DEFAULT_CXX_STDLIB=",  # Empty string means "default value" here.
     "CLANG_DEFAULT_PIE_ON_LINUX=0",
     "CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL=1",


        


More information about the llvm-commits mailing list