diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-10-18 00:49:31 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-10-18 00:49:31 +0000 |
commit | f9a1cf6dcc151d555a84e11ebdf415a0f36a7db7 (patch) | |
tree | 9d7ad965c7728e65a4aacf700ba15b7851ded108 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 17103fc12f1d279c48ce42b18554228981479e10 (diff) | |
download | llvm-f9a1cf6dcc151d555a84e11ebdf415a0f36a7db7.zip llvm-f9a1cf6dcc151d555a84e11ebdf415a0f36a7db7.tar.gz llvm-f9a1cf6dcc151d555a84e11ebdf415a0f36a7db7.tar.bz2 |
Verifier: Ignore CUs pulled in by ODR-uniqued types.
When more than one Module is imported into the same context, such as during
an LTO build before linking the modules, ODR type uniquing may cause types
to point to a different CU. This check does not make sense in this case.
This fixes the error reported in PR34944.
https://bugs.llvm.org/show_bug.cgi?id=34944
rdar://problem/34940685
llvm-svn: 316049
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions