diff options
Diffstat (limited to 'clang/test/Driver/Wp-args.c')
-rw-r--r-- | clang/test/Driver/Wp-args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/Wp-args.c b/clang/test/Driver/Wp-args.c index 0ab85b4c9c7..e072263c4f7 100644 --- a/clang/test/Driver/Wp-args.c +++ b/clang/test/Driver/Wp-args.c @@ -1,7 +1,7 @@ // Check that we extract -MD from '-Wp,-MD,FOO', which is used by a number of // major projects (e.g., FireFox and the Linux Kernel). -// RUN: %clang --target i386-pc-linux-gnu -### \ +// RUN: %clang --ccc-host-triple i386-pc-linux-gnu -### \ // RUN: -Wp,-MD,FOO.d -fsyntax-only %s 2> %t // RUN: FileCheck < %t %s // |