summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Fertile <sfertile@ca.ibm.com>2019-09-06 19:55:44 +0000
committerSean Fertile <sfertile@ca.ibm.com>2019-09-06 19:55:44 +0000
commiteaf34a983c71446a176edc781e6276bc3d922eb8 (patch)
treedcbd1784921464e0cc065e625b6f6bbc805f1661
parent88a98ea3f75c6578c7fff47b6e3f52b8eff13446 (diff)
downloadbcm5719-llvm-eaf34a983c71446a176edc781e6276bc3d922eb8.tar.gz
bcm5719-llvm-eaf34a983c71446a176edc781e6276bc3d922eb8.zip
[PowerPC][XCOFF] Remove basic test. [NFC]
Test verified that we could compile an empty module and produce an XCOFF object file. Newer tests superssed this coverage, its safe to remove. llvm-svn: 371247
-rw-r--r--llvm/test/CodeGen/PowerPC/aix-xcoff-basic.ll37
1 files changed, 0 insertions, 37 deletions
diff --git a/llvm/test/CodeGen/PowerPC/aix-xcoff-basic.ll b/llvm/test/CodeGen/PowerPC/aix-xcoff-basic.ll
deleted file mode 100644
index 9d20fd7b113..00000000000
--- a/llvm/test/CodeGen/PowerPC/aix-xcoff-basic.ll
+++ /dev/null
@@ -1,37 +0,0 @@
-; RUN: llc -mtriple powerpc-ibm-aix-xcoff -filetype=obj -o %t.o < %s
-; RUN: llvm-readobj --file-headers %t.o | FileCheck %s
-
-; RUN: not llc -mtriple powerpc64-ibm-aix-xcoff -filetype=obj < %s 2>&1 | \
-; RUN: FileCheck --check-prefix=64BIT %s
-
-; RUN: llc -mtriple powerpc-ibm-aix-xcoff < %s | \
-; RUN: FileCheck --check-prefix=ASM %s
-
-; RUN: llc -mtriple powerpc64-ibm-aix-xcoff < %s | \
-; RUN: FileCheck --check-prefix=ASM %s
-
-target datalayout = "E-m:e-p:32:32-i64:64-n32"
-target triple = "powerpc-unknown-aix"
-
-; NOTE: The object file output and the assembly file output do not describe the
-; same abstract XCOFF content due to the limited amount of functionality
-; implemented.
-
-; CHECK: Format: aixcoff-rs6000
-; CHECK-NEXT: Arch: powerpc
-; CHECK-NEXT: AddressSize: 32bit
-; CHECK-NEXT: FileHeader {
-; CHECK-NEXT: Magic: 0x1DF
-; CHECK-NEXT: NumberOfSections: 0
-; CHECK-NEXT: TimeStamp: None (0x0)
-; CHECK-NEXT: SymbolTableOffset: 0x0
-; CHECK-NEXT: SymbolTableEntries: 0
-; CHECK-NEXT: OptionalHeaderSize: 0x0
-; CHECK-NEXT: Flags: 0x0
-; CHECK-NEXT: }
-
-; 64BIT: LLVM ERROR: 64-bit XCOFF object files are not supported yet.
-
-; The csect does not need to be present, but LLVM's default behavior when
-; emitting asm is to start the file with the .text section.
-; ASM: .csect .text[PR]
OpenPOWER on IntegriCloud