diff options
-rw-r--r-- | test/Headers/unwind.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/Headers/unwind.c b/test/Headers/unwind.c index 3331ac4620..68100a8f85 100644 --- a/test/Headers/unwind.c +++ b/test/Headers/unwind.c @@ -1,19 +1,19 @@ -// RUN: %clang -target arm-unknown-linux-gnueabi \ +// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \ // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s -// RUN: %clang -target mips-unknown-linux \ +// RUN: %clang_cc1 -triple mips-unknown-linux \ // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s -// RUN: %clang -target i686-unknown-linux \ +// RUN: %clang_cc1 -triple i686-unknown-linux \ // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s -// RUN: %clang -target x86_64-unknown-linux \ +// RUN: %clang_cc1 -triple x86_64-unknown-linux \ // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s -// RUN: %clang -target arm-unknown-linux-gnueabi \ +// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \ // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s -// RUN: %clang -target mips-unknown-linux \ +// RUN: %clang_cc1 -triple mips-unknown-linux \ // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s -// RUN: %clang -target i686-unknown-linux \ +// RUN: %clang_cc1 -triple i686-unknown-linux \ // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s -// RUN: %clang -target x86_64-unknown-linux \ +// RUN: %clang_cc1 -triple x86_64-unknown-linux \ // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s #include "unwind.h" |