summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-08-01 17:41:38 +0000
committerSean Callanan <scallanan@apple.com>2011-08-01 17:41:38 +0000
commitaf8e96c185b2994f8b2cc051d1691f616acc801a (patch)
tree394711fc3cf7a49be7224f3e96c384b837a7e325 /clang/lib/CodeGen/TargetInfo.cpp
parent28dc7f94f82912f6c026977dbbcd17f006541ffd (diff)
downloadbcm5719-llvm-af8e96c185b2994f8b2cc051d1691f616acc801a.tar.gz
bcm5719-llvm-af8e96c185b2994f8b2cc051d1691f616acc801a.zip
Fixed a bug where named constants were being
treated as externals, causing problems when we tried to look their locations up in the debug info. For example: expr char c[] = "foo"; c[0] would terminate when trying to find c in the debug information, despite the fact that c was defined inside the expression. llvm-svn: 136629
Diffstat (limited to 'clang/lib/CodeGen/TargetInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud