diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-05-08 06:01:46 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-05-08 06:01:46 +0000 |
commit | b0b645cad157a6ee505084fcee9086c43f960fe0 (patch) | |
tree | 3b800c23f5db74b93263a0713f97d395684241e4 /llvm/lib/CodeGen | |
parent | 3b6038b6f3822ef2f6b0c5af007709b61e1e2f4a (diff) | |
download | bcm5719-llvm-b0b645cad157a6ee505084fcee9086c43f960fe0.tar.gz bcm5719-llvm-b0b645cad157a6ee505084fcee9086c43f960fe0.zip |
Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions.
Basic support is implemented here - it still doesn't account for
declared-but-not-defined variables or functions. It cannot handle out of
order (declared, 'using', then defined) cases for variables, but can
handle that for functions (& can handle declared, 'using'd, and not
defined at all cases for types).
llvm-svn: 181393
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions