]> granicus.if.org Git - clang/commit
When we load the first module, make sure that we wire up the ASTConsumer to the newly...
authorDouglas Gregor <dgregor@apple.com>
Thu, 15 Sep 2011 18:47:32 +0000 (18:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 15 Sep 2011 18:47:32 +0000 (18:47 +0000)
commit1a995ddaa53a20dcd063ea47eb1f533ecb0d243a
tree654baf1ea7e0c1c8f279d46431af84b4d47c6edd
parent7d7ef8298d4711206772ff9eb51f5140536cbeab
When we load the first module, make sure that we wire up the ASTConsumer to the newly-created ASTReader. This makes sure that CodeGen sees the declarations it is interested in

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139824 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInstance.cpp
lib/Serialization/ASTReader.cpp
test/Modules/irgen.c [new file with mode: 0644]