]> granicus.if.org Git - clang/commitdiff
Use -### so the mbig-obj.c test passes when there is no registered x86 target
authorReid Kleckner <rnk@google.com>
Wed, 4 Jan 2017 18:50:51 +0000 (18:50 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 4 Jan 2017 18:50:51 +0000 (18:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290984 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/mbig-obj.c

index 77e8cef7000a149c738f0162c05a10c2d1b49b47..8e0106d5ff17c5640de224cf68dee6f76a59ccd8 100644 (file)
@@ -1,9 +1,6 @@
-// RUN: %clang --target=x86_64-windows -c -Wa,-mbig-obj %s 2>&1 | FileCheck %s --check-prefix=WINDOWS
-// RUN: %clang --target=x86_64-windows -c -Xassembler -mbig-obj %s 2>&1 | FileCheck %s --check-prefix=WINDOWS
-// RUN: not %clang --target=x86_64-linux -c -Wa,-mbig-obj %s 2>&1 | FileCheck %s --check-prefix=LINUX
-// RUN: not %clang --target=x86_64-linux -c -Xassembler -mbig-obj %s 2>&1 | FileCheck %s --check-prefix=LINUX
+// RUN: %clang --target=x86_64-windows -c -Wa,-mbig-obj %s -### 2>&1 | FileCheck %s --check-prefix=WINDOWS
+// RUN: %clang --target=x86_64-windows -c -Xassembler -mbig-obj %s -### 2>&1 | FileCheck %s --check-prefix=WINDOWS
+// RUN: %clang --target=x86_64-linux -c -Wa,-mbig-obj %s -### 2>&1 | FileCheck %s --check-prefix=LINUX
+// RUN: %clang --target=x86_64-linux -c -Xassembler -mbig-obj %s -### 2>&1 | FileCheck %s --check-prefix=LINUX
 // WINDOWS-NOT: argument unused during compilation
 // LINUX: unsupported argument '-mbig-obj' to option '{{(Wa,|Xassembler)}}'
-#ifdef _WIN32
-#warning "produce non-empty output for FileCheck"
-#endif