Encode the target triple in the PCH file, and check that target triple when using...
authorDouglas Gregor <dgregor@apple.com>
Fri, 10 Apr 2009 21:16:55 +0000 (21:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 10 Apr 2009 21:16:55 +0000 (21:16 +0000)
commit2bec0410d268779f601bd509e0302a500af7ac6a
tree511c57ce1fb34b0b3a03c3b99aee4b08ccc8eb6c
parente8063ae53bd241de10ba1053054d06867a5c56ab
Encode the target triple in the PCH file, and check that target triple when using the PCH file

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68824 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Frontend/PCHBitCodes.h
include/clang/Frontend/PCHWriter.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp