]> granicus.if.org Git - clang/commit
When building a module from the command line via -emit-module, add an entry to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Mar 2014 20:55:36 +0000 (20:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Mar 2014 20:55:36 +0000 (20:55 +0000)
commit12b5e1997d34b66062de7accc3a58429d5b8af51
tree3f943d0b64831db66eb07a1c4a134bb33f37fad8
parenta889b8ad628ca8640834812b2e144ee8c908a788
When building a module from the command line via -emit-module, add an entry to
the module build stack for the module being built, so we can correctly detect
recursive module builds.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203006 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/DiagnosticRenderer.cpp
lib/Frontend/FrontendActions.cpp
test/Modules/recursive.c