summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/module_container.m
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-02-21 00:29:14 +0000
committerAdrian Prantl <aprantl@apple.com>2015-02-21 00:29:14 +0000
commit67fbfa377308b9839b63b9c8f656c2604dbaa174 (patch)
treec64a3de57bbb455dea69caff225fe5988a164248 /clang/test/Modules/module_container.m
parent18232f7ecc6b4940faa5d1a4effaa0a8bc29243e (diff)
downloadbcm5719-llvm-67fbfa377308b9839b63b9c8f656c2604dbaa174.tar.gz
bcm5719-llvm-67fbfa377308b9839b63b9c8f656c2604dbaa174.zip
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
This reverts commit 230099. The Linux configure+make build variant still needs some work. llvm-svn: 230103
Diffstat (limited to 'clang/test/Modules/module_container.m')
-rw-r--r--clang/test/Modules/module_container.m14
1 files changed, 0 insertions, 14 deletions
diff --git a/clang/test/Modules/module_container.m b/clang/test/Modules/module_container.m
deleted file mode 100644
index 348a869ad26..00000000000
--- a/clang/test/Modules/module_container.m
+++ /dev/null
@@ -1,14 +0,0 @@
-@import DependsOnModule;
-// REQUIRES: x86-registered-target
-// RUN: rm -rf %t-MachO %t-ELF %t-COFF
-// RUN: %clang_cc1 -triple=x86_64-apple-darwin -fmodules -fdisable-module-hash -fmodules-cache-path=%t-MachO -F %S/Inputs %s
-// RUN: %clang_cc1 -triple=x86_64-linux-elf -fmodules -fdisable-module-hash -fmodules-cache-path=%t-ELF -F %S/Inputs %s
-// RUN: %clang_cc1 -triple=x86_64-windows-coff -fmodules -fdisable-module-hash -fmodules-cache-path=%t-COFF -F %S/Inputs %s
-
-// RUN: llvm-objdump -section-headers %t-MachO/DependsOnModule.pcm %t-ELF/DependsOnModule.pcm %t-COFF/DependsOnModule.pcm | FileCheck %s
-// CHECK: file format Mach-O 64-bit x86-64
-// CHECK: __clangast {{[0-9a-f]+}} {{[0-9a-f]+}} DATA
-// CHECK: file format ELF64-x86-64
-// CHECK: __clangast {{[0-9a-f]+}} {{[0-9a-f]+}} DATA
-// CHECK: file format COFF-x86-64
-// CHECK: clangast {{[0-9a-f]+}} {{[0-9a-f]+}}
OpenPOWER on IntegriCloud