summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugLine.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-05 08:30:29 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-05 08:30:29 +0000
commit611cb6445343a27f710100b1d2b11fd375d9e26f (patch)
treed60eb2edc440cbd7cb78b0f095c999d54ea3c49e /llvm/lib/DebugInfo/DWARFDebugLine.cpp
parent977e30d1c4343abe7b29aa85f699b217e38caa19 (diff)
downloadbcm5719-llvm-611cb6445343a27f710100b1d2b11fd375d9e26f.tar.gz
bcm5719-llvm-611cb6445343a27f710100b1d2b11fd375d9e26f.zip
Add two flags to the CC1 layer that I was hoping to avoid. We need to
encode the *exact* semantics which the header search paths internally built by the Frontend layer have had, which is both non-user-provided, and at times adding the implicit extern "C" bit to the directory entry. There are lots of CC1 options that are very close, but none do quite this, and they are all already overloaded for other purposes. In some senses this makes the command lines more clean as it clearly indicates which flags are exclusively used to implement internal detection of "standard" header search paths. Lots of the implementation of this is really crufty, due to the surrounding cruft. It doesn't seem worth investing lots of time cleaning this up as it isn't new, and hopefully *lots* of this code will melt away as header search inside of the frontend becomes increasingly trivial. llvm-svn: 143798
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugLine.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud