diff options
author | Hans Wennborg <hans@hanshq.net> | 2019-03-08 10:00:42 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2019-03-08 10:00:42 +0000 |
commit | 64852e901a54822c837e5279f4f5af74b98dcedf (patch) | |
tree | 5d1fd856facecdc2a339f0d316cc3fe524986987 /clang/test/Driver/cl-options.c | |
parent | 890dfddef0f94c71e76f2451b1fa443ae1f0e339 (diff) | |
download | bcm5719-llvm-64852e901a54822c837e5279f4f5af74b98dcedf.tar.gz bcm5719-llvm-64852e901a54822c837e5279f4f5af74b98dcedf.zip |
clang-cl : Parse all /d2 options
We will now warn about such options being unused,
which is better than the current
"no such file or directory: '/d2foo'" errors.
Note that we can still handle specific flags separately,
e.g. we were already ignoring /d2FastFail and /d2Zi+
llvm-svn: 355682
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 33b1575a511..756cce1c24e 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -397,6 +397,7 @@ // RUN: /Bt \ // RUN: /Bt+ \ // RUN: /clr:pure \ +// RUN: /d2FH4 \ // RUN: /docname \ // RUN: /EHsc \ // RUN: /F \ |