Author: Nico Weber Date: 2021-10-01T09:33:13-04:00 New Revision: ec4a82286674c44c9216e9585235b0fa5df4ae9f
URL: https://github.com/llvm/llvm-project/commit/ec4a82286674c44c9216e9585235b0fa5df4ae9f DIFF: https://github.com/llvm/llvm-project/commit/ec4a82286674c44c9216e9585235b0fa5df4ae9f.diff LOG: [clang] Try to unbreak crash-report.cpp on PS4 bot after 8dfbe9b0a Looks like exceptions are off-by-default with the PS4 triple. Since adding -fexceptions defeats the purpose of the test change in 8dfbe9b0a, pass an explicit triple instead. Added: Modified: clang/test/Driver/crash-report.cpp Removed: ################################################################################ diff --git a/clang/test/Driver/crash-report.cpp b/clang/test/Driver/crash-report.cpp index 293bc1f0ad9f0..7da94885080be 100644 --- a/clang/test/Driver/crash-report.cpp +++ b/clang/test/Driver/crash-report.cpp @@ -7,7 +7,7 @@ // RUN: -Xclang -internal-isystem -Xclang /tmp/ \ // RUN: -Xclang -internal-externc-isystem -Xclang /tmp/ \ // RUN: -Xclang -main-file-name -Xclang foo.cpp \ -// RUN: -DFOO=BAR -DBAR="BAZ QUX"' > %t.rsp +// RUN: -DFOO=BAR -DBAR="BAZ QUX"' --target=x86_64-linux-gnu > %t.rsp // RUN: env TMPDIR=%t TEMP=%t TMP=%t RC_DEBUG_OPTIONS=1 \ // RUN: CC_PRINT_HEADERS=1 CC_LOG_DIAGNOSTICS=1 \ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits