Commit Graph

2 Commits

Author SHA1 Message Date
Reid Kleckner 47eafb9218 Give this test that uses Itanium mangling a triple
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288222 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-30 00:31:16 +00:00
Reid Kleckner 1f0b0f907b Stop handling interesting deserialized decls after HandleTranslationUnit
Other AST consumers can deserialize interesting decls that we might
codegen, but they won't make it to the final object file and can trigger
assertions in debug information generation after finalization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288221 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-30 00:25:36 +00:00