diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-12-13 22:24:16 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-12-13 22:24:16 +0000 |
commit | a41faeddb9abfcffdbcb58bbe5f27feb1b1c016c (patch) | |
tree | 6111b8ce292c9646d3c06ff2ead5e3ebd0a5a752 /clang/test | |
parent | 951f1ccc983e9b08170e4051f94deabb9083b2da (diff) | |
download | bcm5719-llvm-a41faeddb9abfcffdbcb58bbe5f27feb1b1c016c.tar.gz bcm5719-llvm-a41faeddb9abfcffdbcb58bbe5f27feb1b1c016c.zip |
clang-cl: ignore /cgthreads (PR21894)
llvm-svn: 224201
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Driver/cl-options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 01e92682f7a..e3017f85895 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -172,6 +172,8 @@ // (/Zs is for syntax-only) // RUN: %clang_cl /Zs \ // RUN: /analyze- \ +// RUN: /cgthreads4 \ +// RUN: /cgthreads8 \ // RUN: /d2Zi+ \ // RUN: /errorReport:foo \ // RUN: /FS \ |