diff options
| author | David Blaikie <dblaikie@gmail.com> | 2013-07-25 21:19:01 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2013-07-25 21:19:01 +0000 |
| commit | 9260ed6c06c69e62730ab96b455395c497f5af31 (patch) | |
| tree | dcbdaef97f56e996b35a682cb9c220a76bb789d8 /clang/test/Driver/integrated-as.c | |
| parent | 372c24d9f2c066c68c35567f2bd452ff18821af9 (diff) | |
| download | bcm5719-llvm-9260ed6c06c69e62730ab96b455395c497f5af31.tar.gz bcm5719-llvm-9260ed6c06c69e62730ab96b455395c497f5af31.zip | |
Don't forward all assembler arguments untouched to -cc1as
Use the same filtering for assembly arguments to -cc1as as we do for
-cc1, this allows a consistent (& more useful) diagnostic experience for
users (rather than getting an error from -cc1as (which a user shouldn't
really be thinking about) about --foo, they get an error from clang
about --foo in -Wa,)
I'm sort of surprised by the separation of -cc1as & the separate
argument handling, etc, but at least this removes a little bit of the
duplication.
llvm-svn: 187156
Diffstat (limited to 'clang/test/Driver/integrated-as.c')
| -rw-r--r-- | clang/test/Driver/integrated-as.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/integrated-as.c b/clang/test/Driver/integrated-as.c index 2045e8b559c..4844335732d 100644 --- a/clang/test/Driver/integrated-as.c +++ b/clang/test/Driver/integrated-as.c @@ -4,4 +4,4 @@ // REQUIRES: clang-driver // CHECK: cc1as -// CHECK: -relax-all +// CHECK: -mrelax-all |

