[PATCH] D94414: [ARM] Update existing test case with extra pauth supported targets
Ranjeet Singh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 07:39:57 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdbd5fa1e75d8: [ARM] Update existing test case with +pauth targets (authored by rs).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94414/new/
https://reviews.llvm.org/D94414
Files:
llvm/test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt
Index: llvm/test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt
===================================================================
--- llvm/test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt
+++ llvm/test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt
@@ -1,4 +1,6 @@
# RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.3a --disassemble < %s 2>&1 | FileCheck %s
+# RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8r --disassemble < %s 2>&1 | FileCheck %s
+# RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+pauth --disassemble < %s 2>&1 | FileCheck %s
# CHECK: warning: potentially undefined instruction encoding
# CHECK-NEXT: [0x00,0x0c,0x20,0xf8]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94414.315806.patch
Type: text/x-patch
Size: 684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210111/129f77bf/attachment.bin>
More information about the llvm-commits
mailing list