Skip to content

Commit 1ba4a45

Browse files
authored
[test][hwasan] Add -g required for the test
1 parent e9a56ab commit 1ba4a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/hwasan/TestCases/strip_path_prefix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_hwasan -O0 %s -o %t && %env_hwasan_opts=strip_path_prefix=/TestCases/ not %run %t 2>&1 | FileCheck %s
1+
// RUN: %clang_hwasan -O0 -g %s -o %t && %env_hwasan_opts=strip_path_prefix=/TestCases/ not %run %t 2>&1 | FileCheck %s
22

33
// Stack histories currently are not recorded on x86.
44
// XFAIL: target=x86_64{{.*}}

0 commit comments

Comments
 (0)