]> granicus.if.org Git - clang/commit
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)
commitc9c95a99c9aa9f3b662e386596bb9320bc697c0f
treed02cb7dfc574ba8271a3ad847c581ca84325da89
parent88a07dcabb17306fe51d4f99b82f89f065094115
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.

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