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 e57315e commit a5481e7Copy full SHA for a5481e7
llvm/test/Instrumentation/HWAddressSanitizer/globals.ll
@@ -4,7 +4,7 @@
4
; CHECK29: @four = global
5
6
; CHECK: @specialcaselisted = global i16 2, no_sanitize_hwaddress
7
-
+; CHECK: @insection = global i16 2, section "custom"
8
; CHECK: @__start_hwasan_globals = external hidden constant [0 x i8]
9
; CHECK: @__stop_hwasan_globals = external hidden constant [0 x i8]
10
@@ -37,3 +37,4 @@ source_filename = "foo"
37
@sixteen = global [16 x i8] zeroinitializer
38
@huge = global [16777232 x i8] zeroinitializer
39
@specialcaselisted = global i16 2, no_sanitize_hwaddress
40
+@insection = global i16 2, section "custom"
0 commit comments