diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-03-21 17:19:31 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-03-21 17:19:31 +0000 |
commit | 32b70e0dcf7ee36123d5bd9c59bf7ca0d647740b (patch) | |
tree | 0e0c10413ed2f63f65b7029bfdbb81160d0eab6a /clang/test/Driver/cl-options.c | |
parent | a11fbe1cb168c70f06ea89727aa55003e4e998d8 (diff) | |
download | bcm5719-llvm-32b70e0dcf7ee36123d5bd9c59bf7ca0d647740b.tar.gz bcm5719-llvm-32b70e0dcf7ee36123d5bd9c59bf7ca0d647740b.zip |
clang-cl: Move /FC from "Unsupported" to "Ignored" list.
/FC affects if diagnostics print with full paths and if __FILE__ expands with a
full path. clang-cl does both of these two by default.
llvm-svn: 263953
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 bbf5b13930a..3730ba287ab 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -249,6 +249,7 @@ // RUN: /cgthreads8 \ // RUN: /d2Zi+ \ // RUN: /errorReport:foo \ +// RUN: /FC \ // RUN: /Fdfoo \ // RUN: /FS \ // RUN: /Gd \ |