[all-commits] [llvm/llvm-project] ec4a82: [clang] Try to unbreak crash-report.cpp on PS4 bot...

Nico Weber via All-commits all-commits at lists.llvm.org
Fri Oct 1 06:33:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec4a82286674c44c9216e9585235b0fa5df4ae9f
      https://github.com/llvm/llvm-project/commit/ec4a82286674c44c9216e9585235b0fa5df4ae9f
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-10-01 (Fri, 01 Oct 2021)

  Changed paths:
    M clang/test/Driver/crash-report.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list