[llvm] dbd5fa1 - [ARM] Update existing test case with +pauth targets

Ranjeet Singh via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 07:39:54 PST 2021


Author: Ranjeet Singh
Date: 2021-01-11T15:39:13Z
New Revision: dbd5fa1e75d812ab31b1d71b23f506c2cbc7a93d

URL: https://github.com/llvm/llvm-project/commit/dbd5fa1e75d812ab31b1d71b23f506c2cbc7a93d
DIFF: https://github.com/llvm/llvm-project/commit/dbd5fa1e75d812ab31b1d71b23f506c2cbc7a93d.diff

LOG: [ARM] Update existing test case with +pauth targets

Differential Revision: https://reviews.llvm.org/D94414

Added: 
    

Modified: 
    llvm/test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt b/llvm/test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt
index 110c6681cd7f..33297da59159 100644
--- a/llvm/test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt
+++ b/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]


        


More information about the llvm-commits mailing list