https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/199448
It passes locally, presumably due to 15488a7f78ce7b9ae3c06b031134e5cb339b335c fixing the behavior here. >From f3e722f91b4d51f3c1f83f2032311e67cbae9a7e Mon Sep 17 00:00:00 2001 From: Aiden Grossman <[email protected]> Date: Sun, 24 May 2026 20:50:13 +0000 Subject: [PATCH] [Clang][Driver] Reenable test on UBSan/HWAsan It passes locally, presumably due to 15488a7f78ce7b9ae3c06b031134e5cb339b335c fixing the behavior here. --- clang/test/Driver/crash-ir-repro.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clang/test/Driver/crash-ir-repro.cpp b/clang/test/Driver/crash-ir-repro.cpp index 1a2000ad1279f..599c656f0936e 100644 --- a/clang/test/Driver/crash-ir-repro.cpp +++ b/clang/test/Driver/crash-ir-repro.cpp @@ -1,11 +1,6 @@ // RUN: %clang -S -emit-llvm -o %t.ll %s // RUN: not %crash_opt %clang -S -DCRASH %s -o %t.ll 2>&1 | FileCheck %s -// TODO(boomanaiden154): This test case causes clang to raise a signal when -// running under ubsan, but not in normal build configurations. This should -// be fixed. -// UNSUPPORTED: ubsan, hwasan - // CHECK: Preprocessed source(s) and associated run script(s) are located at: // CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.cpp // CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.sh _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
