diff options
author | Ben Langmuir <blangmuir@apple.com> | 2015-10-28 22:25:37 +0000 |
---|---|---|
committer | Ben Langmuir <blangmuir@apple.com> | 2015-10-28 22:25:37 +0000 |
commit | b9ad4e60638131f4d68c18f128bf44ccec2cd77c (patch) | |
tree | df6f584bfb6f07b12dd63e557e4e9efaea7d8895 /llvm/lib/Support/TargetParser.cpp | |
parent | a309efef399d342a364d051581b5f3738deba370 (diff) | |
download | llvm-b9ad4e60638131f4d68c18f128bf44ccec2cd77c.zip llvm-b9ad4e60638131f4d68c18f128bf44ccec2cd77c.tar.gz llvm-b9ad4e60638131f4d68c18f128bf44ccec2cd77c.tar.bz2 |
Fix missing builtin identifier infos with PCH+modules
Use the *current* state of "is-moduleness" rather than the state at
serialization time so that if we read a builtin identifier from a module
that wasn't "interesting" to that module, we will still write it out to
a PCH that imports that module.
Otherwise, we would get mysterious "unknown builtin" errors when using
PCH+modules.
rdar://problem/23287656
llvm-svn: 251565
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
0 files changed, 0 insertions, 0 deletions