Skip to content

Commit

Permalink
[AArch64][test] Use -filetype=null after 0b69cc8
Browse files Browse the repository at this point in the history
Otherwise if the current directory is not writable, we will fail with a
different message.
  • Loading branch information
MaskRay committed Jul 11, 2023
1 parent 2df12f3 commit 7b64d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/MC/AArch64/global-tagging.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; Tagged symbols are only available on aarch64-linux-android.
; RUN: not llc %s -mtriple=aarch64-unknown-linux 2>&1 | FileCheck %s --check-prefix=ERR
; RUN: %if x86-registered-target %{ not llc %s -mtriple=x86_64-unknown-linux 2>&1 | FileCheck %s --check-prefix=ERR %}
; RUN: not llc -filetype=null %s -mtriple=aarch64-unknown-linux 2>&1 | FileCheck %s --check-prefix=ERR
; RUN: %if x86-registered-target %{ not llc -filetype=null %s -mtriple=x86_64-unknown-linux 2>&1 | FileCheck %s --check-prefix=ERR %}

; ERR: error: tagged symbols (-fsanitize=memtag-globals) are only supported on AArch64 Android

Expand Down

0 comments on commit 7b64d76

Please sign in to comment.