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)
commit951f1ccc983e9b08170e4051f94deabb9083b2da
tree1d1b0fa07576e6a1081c5e65f1516dd7096caa1b
parent92391ceb9abc5c84bd7b81da8c73c8e77b141c79
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
clang/include/clang/Driver/CLCompatOptions.td
clang/test/Driver/cl-options.c