[clang] 25ba9dc - [HWASAN][LSAN] Fix buildbot failure.

Kirill Stoimenov via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 9 17:09:07 PST 2023


Author: Kirill Stoimenov
Date: 2023-03-10T01:07:43Z
New Revision: 25ba9dcf1807e9eadade24833da60133beadfe3f

URL: https://github.com/llvm/llvm-project/commit/25ba9dcf1807e9eadade24833da60133beadfe3f
DIFF: https://github.com/llvm/llvm-project/commit/25ba9dcf1807e9eadade24833da60133beadfe3f.diff

LOG: [HWASAN][LSAN] Fix buildbot failure.

Added: 
    

Modified: 
    clang/test/Index/crash-recovery-modules.m

Removed: 
    


################################################################################
diff  --git a/clang/test/Index/crash-recovery-modules.m b/clang/test/Index/crash-recovery-modules.m
index edd2c62dd093c..72e25a0fbf5f2 100644
--- a/clang/test/Index/crash-recovery-modules.m
+++ b/clang/test/Index/crash-recovery-modules.m
@@ -12,7 +12,6 @@
 
 // REQUIRES: crash-recovery
 // UNSUPPORTED: libstdcxx-safe-mode
-// UNSUPPORTED: hwasan
 
 @import Crash;
 


        


More information about the cfe-commits mailing list