clang-cl: Ignore /Fd silently
authorReid Kleckner <reid@kleckner.net>
Wed, 25 Feb 2015 19:17:50 +0000 (19:17 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 25 Feb 2015 19:17:50 +0000 (19:17 +0000)
commitc00927cd209e67cd33fbbcaa6e87bb4fcf7056cc
treeadd36f2a2455fb2affcab61794168f63462ae7f5
parent1cbd9aa96d36ca320b3faf88fad3319fddd17526
clang-cl: Ignore /Fd silently

While it's true that we don't create the PDB as requested on the command
line, this is a well-documented limitation. Warning about it doesn't
help people using legacy build systems with clang-cl, and it makes the
clang-cl self-host very noisy.

llvm-svn: 230527
clang/include/clang/Driver/CLCompatOptions.td
clang/test/Driver/cl-options.c