]> granicus.if.org Git - clang/commit
When generating the clang crash diagnostic script, strip out the -D, -F, and -I
authorChad Rosier <mcrosier@apple.com>
Fri, 20 Apr 2012 00:30:04 +0000 (00:30 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 20 Apr 2012 00:30:04 +0000 (00:30 +0000)
commitcc66b08945099b734b05d06179ea85413c69753d
tree66e2c4a15d2b1561f8497e2ee902f744d8b78955
parent9879556f250c7b692228e834d7fca8f1cb118bf6
When generating the clang crash diagnostic script, strip out the -D, -F, and -I
flags.  We have preprocessed source, so we don't need these.

No test case as it's fairly difficult to make the compiler crash on demand.  I'll
patiently wait for Ben to tell me how to do this in 2 lines of code.  :)
rdar://11283560

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp