]> granicus.if.org Git - clang/commit
clang-cl: Make /Gd ignored instead of unsupported
authorHans Wennborg <hans@hanshq.net>
Sat, 13 Dec 2014 22:13:23 +0000 (22:13 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 13 Dec 2014 22:13:23 +0000 (22:13 +0000)
commitdd66ec96b5a7c03840462ec167756da81bd543bd
tree4fb95d12f028eef6bd7ef0e0e1f48e2e2cdf811c
parent08b1218eec30298a8be32bccb0d5b99f62e29a2b
clang-cl: Make /Gd ignored instead of unsupported

/Gd is the default calling convention setting, so we don't
need to take any action.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224200 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c