]> granicus.if.org Git - clang/commit
Add driver test for multiple preprocessor inputs
authorAlp Toker <alp@nuanti.com>
Mon, 24 Feb 2014 08:17:02 +0000 (08:17 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 24 Feb 2014 08:17:02 +0000 (08:17 +0000)
commit5e8440c0e59675badba925a26191b0d38189d7fb
tree29af6471ebfe04bb177cbf322699379b8a89070e
parent270d39edd522164bf7f8e5f8c7e6dffca1c73664
Add driver test for multiple preprocessor inputs

Fix an unintentional stdin read in the darwin-asan-nofortify.c test and replace
it with an explicit test for multiple -E inputs passed to the driver.

Noticed while working on the in-process driver patch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202007 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/darwin-asan-nofortify.c
test/Driver/preprocess-multiple.c [new file with mode: 0644]