X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FMC%2FELF%2Fgnu-type-diagnostics.s;h=df87d6df082e61fbb25746b3d9d5b9bbe27e5389;hp=11dac3594f51b09f69914539902c8dfe1c2f6e6e;hb=275fa93acf5eeb6a35f58e733c78b1d2f55e2c81;hpb=9f9bf86ed5d39dff7c3641ef30f03b8d9050a27b diff --git a/test/MC/ELF/gnu-type-diagnostics.s b/test/MC/ELF/gnu-type-diagnostics.s index 11dac3594f5..df87d6df082 100644 --- a/test/MC/ELF/gnu-type-diagnostics.s +++ b/test/MC/ELF/gnu-type-diagnostics.s @@ -1,29 +1,4 @@ // RUN: not llvm-mc -triple i686-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s -// RUN: not llvm-mc -triple aarch64-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s -// RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple armeb-elf -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple thumb-elf -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple thumbeb-elf -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple arm-coff -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple armeb-coff -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple thumb-coff -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple thumbeb-coff -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple arm-apple -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple armeb-apple -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple thumb-apple -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s -// RUN: not llvm-mc -triple thumbeb-apple -filetype asm -o /dev/null %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK-INVALID-AT-IN-TYPE-DIRECTIVE %s .type TYPE FUNC // CHECK: error: unsupported attribute in '.type' directive @@ -40,7 +15,4 @@ // CHECK: .type symbol 32 // CHECK: ^ -// CHECK-INVALID-AT-IN-TYPE-DIRECTIVE: error: expected STT_, '#', '%' or "" -// CHECK-INVALID-AT-IN-TYPE-DIRECTIVE: .type symbol 32 -// CHECK-INVALID-AT-IN-TYPE-DIRECTIVE: ^