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 7f7f4a6 commit cf410b1Copy full SHA for cf410b1
llvm/test/MC/AArch64/global-tagging.ll
@@ -1,6 +1,6 @@
1
;; Tagged symbols are only available on aarch64-linux-android.
2
; RUN: not llc %s -mtriple=aarch64-unknown-linux 2>&1 | FileCheck %s --check-prefix=ERR
3
-; RUN: not llc %s -mtriple=x86_64-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 %}
4
5
; ERR: error: tagged symbols (-fsanitize=memtag-globals) are only supported on AArch64 Android
6
0 commit comments