diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-02-18 17:49:01 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-02-18 17:49:01 +0000 |
commit | 3fa9f307fe0952ed5cf91d30ff1ca41853f5d368 (patch) | |
tree | 79e784abd923d148e0ced59d2a6b322d9a63054b /clang/test/Driver/cl-options.c | |
parent | 9a75e25801b9b66b35a03b67b8d3b32d6d3153c1 (diff) | |
download | bcm5719-llvm-3fa9f307fe0952ed5cf91d30ff1ca41853f5d368.tar.gz bcm5719-llvm-3fa9f307fe0952ed5cf91d30ff1ca41853f5d368.zip |
clang-cl: Parse the /d2Zi+ flag (PR18728)
This is an undocumented, but reportedly widely used flag.
We don't support it, but should be able to parse it.
llvm-svn: 201588
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 4b5b603e261..78a64f5ae18 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -159,6 +159,7 @@ // RUN: /arch:sse2 \ // RUN: /clr:pure \ // RUN: /docname \ +// RUN: /d2Zi+ \ // RUN: /EHsc \ // RUN: /EP \ // RUN: /F \ |