diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-10-11 17:11:51 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-10-11 17:11:51 +0000 |
commit | 569e9b56a833a8f89dfe79fa8f0c63928f754c3b (patch) | |
tree | 814ac0009f69228ee93ad5adbd1b537160f78dd4 /clang/test/Driver/cl-options.c | |
parent | f86925fa606dedb021c6bac2289b4f33a43692c6 (diff) | |
download | bcm5719-llvm-569e9b56a833a8f89dfe79fa8f0c63928f754c3b.tar.gz bcm5719-llvm-569e9b56a833a8f89dfe79fa8f0c63928f754c3b.zip |
clang-cl: Mark /FA and /Fa as unsupported options
llvm-svn: 192465
Diffstat (limited to 'clang/test/Driver/cl-options.c')
-rw-r--r-- | clang/test/Driver/cl-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 703711288d4..135a0efdd5d 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -122,6 +122,7 @@ // RUN: %clang_cl /Zs /ofoo.obj /o foo.obj -- %s 2>&1 // RUN: %clang_cl /Zs /wfoo /Zc:wchar_t- -- %s 2>&1 // RUN: %clang_cl /Zs /ZI /Zi /MP -- %s 2>&1 +// RUN: %clang_cl /Zs /FA /FAc /FAs /FAu /Fafilename -- %s 2>&1 // We support -Xclang for forwarding options to cc1. |