diff options
| author | Adrian Prantl <aprantl@apple.com> | 2015-02-20 22:12:19 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2015-02-20 22:12:19 +0000 |
| commit | 690b2f7746ffd37ee507618a5bc17a5799671417 (patch) | |
| tree | f5459d0bc51251d9d27cb3c8eb6bba2b8e90c148 /clang/test/PCH | |
| parent | 20711b7baebab2eeb51015453588c46d8b9d62e9 (diff) | |
| download | bcm5719-llvm-690b2f7746ffd37ee507618a5bc17a5799671417.tar.gz bcm5719-llvm-690b2f7746ffd37ee507618a5bc17a5799671417.zip | |
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
This reverts commit r230067.
Investigating another batch of problems found by the bots.
llvm-svn: 230073
Diffstat (limited to 'clang/test/PCH')
| -rw-r--r-- | clang/test/PCH/floating-literal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/PCH/floating-literal.c b/clang/test/PCH/floating-literal.c index b5ff6fe84b8..738e45a4151 100644 --- a/clang/test/PCH/floating-literal.c +++ b/clang/test/PCH/floating-literal.c @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -triple mips64-none-linux-gnu -emit-pch -o %t %s -// REQUIRES: mips-registered-target // RUN: %clang_cc1 -x ast -ast-print %t | FileCheck %s // Make sure the semantics of FloatingLiterals are stored correctly in |

