Skip to content

Commit b04074e

Browse files
committed
fmt
Created using spr 1.3.4
1 parent 78e91cb commit b04074e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/CodeGen/memtag-globals.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// RUN: -fsanitize=memtag-globals -emit-llvm -o - %s | \
1010
// RUN: FileCheck %s --check-prefix=IGNORELIST
1111

12-
1312
int global;
1413
int __attribute__((no_sanitize("memtag"))) attributed_global;
1514
int __attribute__((disable_sanitizer_instrumentation)) disable_instrumentation_global;

0 commit comments

Comments
 (0)