[compiler-rt] 7eb2531 - [test][HWASAN] Don't disable globals in test

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 21:54:47 PDT 2023


Author: Vitaly Buka
Date: 2023-09-26T21:50:51-07:00
New Revision: 7eb253111333d0d85ca95eaf3ff42b8b40559bce

URL: https://github.com/llvm/llvm-project/commit/7eb253111333d0d85ca95eaf3ff42b8b40559bce
DIFF: https://github.com/llvm/llvm-project/commit/7eb253111333d0d85ca95eaf3ff42b8b40559bce.diff

LOG: [test][HWASAN] Don't disable globals in test

Not needed after 40781944a8d34cf1a143b6d160ea94c61b64dbdd.

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
index b4e8f953969154b..e43f7a28e275dd3 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
@@ -1,5 +1,4 @@
-// FIXME: Remove -hwasan-globals=0 when implemented.
-// RUN: %clangxx %s -o %t -g -mllvm -hwasan-globals=0 && %run %t 2>&1 | FileCheck %s
+// RUN: %clangxx %s -o %t -g && %run %t 2>&1 | FileCheck %s
 
 // REQUIRES: internal_symbolizer
 


        


More information about the llvm-commits mailing list