diff options
| author | Hans Wennborg <hans@hanshq.net> | 2019-04-17 10:05:58 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2019-04-17 10:05:58 +0000 |
| commit | 6fe637c6f423d0aa1d44f286a75ef3983c364625 (patch) | |
| tree | 5939a7f80c13ac9534f77650e4cbbae224f84cef /clang/test | |
| parent | a364d599ab76802eff58ed6dfdcbc8fc104405ca (diff) | |
| download | bcm5719-llvm-6fe637c6f423d0aa1d44f286a75ef3983c364625.tar.gz bcm5719-llvm-6fe637c6f423d0aa1d44f286a75ef3983c364625.zip | |
clang-cl: Parse /openmp:experimental
It was added to the MS docs recently here:
https://github.com/MicrosoftDocs/cpp-docs/commit/3951085ab722fbb488ca40864f4a0553f7b71855
llvm-svn: 358570
Diffstat (limited to 'clang/test')
| -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 e69328d595a..c40f7d301da 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -442,6 +442,7 @@ // RUN: /o foo.obj \ // RUN: /ofoo.obj \ // RUN: /openmp \ +// RUN: /openmp:experimental \ // RUN: /Qfast_transcendentals \ // RUN: /QIfist \ // RUN: /Qimprecise_fwaits \ |

