summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGParser.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-28 18:58:38 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-28 18:58:38 +0000
commitc379c072405f39bca1d3552408fc0427328e8b6d (patch)
tree85495f4670e01e5f8e3948ca7c4fdedfbc1cb119 /llvm/utils/TableGen/TGParser.cpp
parent74c95e20af4838152a63010292d1063835176711 (diff)
downloadbcm5719-llvm-c379c072405f39bca1d3552408fc0427328e8b6d.tar.gz
bcm5719-llvm-c379c072405f39bca1d3552408fc0427328e8b6d.zip
Allow some differences between the predefines buffer used to build a
PCH file and the predefines buffer used when including the PCH file. We (explicitly) detect conflicting macro definitions (rejecting the PCH file) and about missing macro definitions (they'll be automatically pulled from the PCH file anyway). We're missing some checking to make sure that new macro definitions won't have any impact on the PCH file itself (e.g., #define'ing an identifier that the PCH file used). llvm-svn: 70316
Diffstat (limited to 'llvm/utils/TableGen/TGParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud