Skip to content

Commit 3522de9

Browse files
committed
[TEST][HWASAN] Fix test after #86771
1 parent 4d4626d commit 3522de9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/Instrumentation/HWAddressSanitizer/globals-access.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
; RUN: opt < %s -S -passes=hwasan -mtriple=aarch64-linux-gnu -hwasan-globals=0 | FileCheck %s --check-prefixes=NOGLOB
33
; RUN: opt < %s -S -passes=hwasan -mtriple=aarch64-linux-gnu -hwasan-globals=1 | FileCheck %s
44

5+
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
6+
57
@x = dso_local global i32 0, align 4
68

79
;.

0 commit comments

Comments
 (0)