diff options
author | Stefan Maksimovic <stefan.maksimovic@imgtec.com> | 2017-08-04 12:37:34 +0000 |
---|---|---|
committer | Stefan Maksimovic <stefan.maksimovic@imgtec.com> | 2017-08-04 12:37:34 +0000 |
commit | 5c7aaa5ff399b4a770347dcc2d6ed2a2c0e9c654 (patch) | |
tree | 4700f1adbece79a6927881ef7cfdf40475342d62 /clang/test/Preprocessor/init.c | |
parent | a9a7086319f5c4951bbe3f94051d4c6dc647b23a (diff) | |
download | bcm5719-llvm-5c7aaa5ff399b4a770347dcc2d6ed2a2c0e9c654.tar.gz bcm5719-llvm-5c7aaa5ff399b4a770347dcc2d6ed2a2c0e9c654.zip |
Revert r304953 for release 5.0.0
This is causing failures when compiling clang with -O3
as one of the structures used by clang is passed by
value and uses the fastcc calling convention.
Faliures manifest for stage2 mips build.
llvm-svn: 310057
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 11f05e6241e..dd213308d61 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -4840,16 +4840,6 @@ // RUN: | FileCheck -match-full-lines -check-prefix MIPS-MSA %s // MIPS-MSA:#define __mips_msa 1 // -// RUN: %clang_cc1 -target-feature +nomadd4 \ -// RUN: -E -dM -triple=mips-none-none < /dev/null \ -// RUN: | FileCheck -match-full-lines -check-prefix MIPS-NOMADD4 %s -// MIPS-NOMADD4:#define __mips_no_madd4 1 -// -// RUN: %clang_cc1 \ -// RUN: -E -dM -triple=mips-none-none < /dev/null \ -// RUN: | FileCheck -match-full-lines -check-prefix MIPS-MADD4 %s -// MIPS-MADD4-NOT:#define __mips_no_madd4 1 -// // RUN: %clang_cc1 -target-cpu mips32r3 -target-feature +nan2008 \ // RUN: -E -dM -triple=mips-none-none < /dev/null \ // RUN: | FileCheck -match-full-lines -check-prefix MIPS-NAN2008 %s |