We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4078194 commit 7eb2531Copy full SHA for 7eb2531
compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
@@ -1,5 +1,4 @@
1
-// FIXME: Remove -hwasan-globals=0 when implemented.
2
-// 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
3
4
// REQUIRES: internal_symbolizer
5
0 commit comments