Skip to content

Commit 64ed116

Browse files
committed
[ASan] aarch64be.ll - fix missing aarch64-registered-target requirement and incorrect passes list
Fixes buildbots broken by e605fba
1 parent d96529a commit 64ed116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/Instrumentation/AddressSanitizer/aarch64be.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; RUN: opt < %s -passes='asan-pipeline' -S -mtriple=aarch64-linux-gnu | FileCheck --check-prefix=CHECK-AARCH64LE %s
2-
3-
; RUN: opt < %s -passes='asan-pipeline' -S -mtriple=aarch64_be-linux-gnu | FileCheck --check-prefix=CHECK-AARCH64BE %s
1+
; RUN: opt < %s -passes=asan -S -mtriple=aarch64-linux-gnu | FileCheck --check-prefix=CHECK-AARCH64LE %s
2+
; RUN: opt < %s -passes=asan -S -mtriple=aarch64_be-linux-gnu | FileCheck --check-prefix=CHECK-AARCH64BE %s
3+
; REQUIRES: aarch64-registered-target
44

55
define i32 @read_4_bytes(i32* %a) sanitize_address {
66
entry:

0 commit comments

Comments
 (0)