]> granicus.if.org Git - clang/commit
Exit the command line into <built-in> instead of going directly from the command...
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 1 Dec 2009 18:28:16 +0000 (18:28 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 1 Dec 2009 18:28:16 +0000 (18:28 +0000)
commit0259d20ba1a188acb8770f4b5fab9fc947080be1
treecd10f1a319ef0c22981bb183408939d9219550b4
parent0e93d259ad19a0f70d3536d4f0f49710af52a169
Exit the command line into <built-in> instead of going directly from the command line to the input file.

We passed <built-in> on the way in, so we should pass it again on the way out.

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