aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-08-05 13:49:39 -0400
committerLouis Dionne <ldionne.2@gmail.com>2022-08-16 09:27:18 -0400
commit65d83ba34378b8e740c5203fe46a9c50d2aeb862 (patch)
treef0cd0a5aef06e99269fd6f9f7e9aee8a366e8dda /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
parent468a9d6d2a5b6ef142f7248ae9a0a7fe9cd2fb15 (diff)
downloadllvm-65d83ba34378b8e740c5203fe46a9c50d2aeb862.zip
llvm-65d83ba34378b8e740c5203fe46a9c50d2aeb862.tar.gz
llvm-65d83ba34378b8e740c5203fe46a9c50d2aeb862.tar.bz2
[clang][Darwin] Re-apply "Always set the default C++ Standard Library to libc++"
Newer SDKs don't even provide libstdc++ headers, so it's effectively never valid to build for libstdc++ unless the user explicitly asks for it (in which case they will need to provide include paths and more). This is a re-application of c5ccb78ade81 which had been reverted in 33171df9cc7f because it broke the Fuchsia CI bots. The issue was that the test was XPASSing because it didn't fail anymore when the CLANG_DEFAULT_CXX_LIB was set to libc++, which seems to be done for Fuchsia. Instead, the test only fails if CLANG_DEFAULT_CXX_LIB is set to libstdc++. As a fly-by fix, also adjust the triple used by various tests to something that is supported. Those tests were shown to fail on internal bots. Differential Revision: https://reviews.llvm.org/D131274
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions