diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-12-13 22:13:23 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-12-13 22:13:23 +0000 |
commit | 951f1ccc983e9b08170e4051f94deabb9083b2da (patch) | |
tree | 1d1b0fa07576e6a1081c5e65f1516dd7096caa1b /clang/test/Driver/cl-options.c | |
parent | 92391ceb9abc5c84bd7b81da8c73c8e77b141c79 (diff) | |
download | bcm5719-llvm-951f1ccc983e9b08170e4051f94deabb9083b2da.tar.gz bcm5719-llvm-951f1ccc983e9b08170e4051f94deabb9083b2da.zip |
clang-cl: Make /Gd ignored instead of unsupported
/Gd is the default calling convention setting, so we don't
need to take any action.
llvm-svn: 224200
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 12501f11205..01e92682f7a 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -175,6 +175,7 @@ // RUN: /d2Zi+ \ // RUN: /errorReport:foo \ // RUN: /FS \ +// RUN: /Gd \ // RUN: /GF \ // RUN: /GS- \ // RUN: /kernel- \ |