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 4d4626d commit 3522de9Copy full SHA for 3522de9
llvm/test/Instrumentation/HWAddressSanitizer/globals-access.ll
@@ -2,6 +2,8 @@
2
; RUN: opt < %s -S -passes=hwasan -mtriple=aarch64-linux-gnu -hwasan-globals=0 | FileCheck %s --check-prefixes=NOGLOB
3
; RUN: opt < %s -S -passes=hwasan -mtriple=aarch64-linux-gnu -hwasan-globals=1 | FileCheck %s
4
5
+target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
6
+
7
@x = dso_local global i32 0, align 4
8
9
;.
0 commit comments