aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/DynamicLibrary.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-08-16 22:09:43 +0000
committerDevang Patel <dpatel@apple.com>2011-08-16 22:09:43 +0000
commiteb1bb4e4198ec22a428a8f91604019bd22838e1a (patch)
treef72644e5b3035dec972f5887113ad3368485b77d /llvm/lib/Support/DynamicLibrary.cpp
parent0793eb4c462a48e5e906abac7b0dfd2caa9d8dc1 (diff)
downloadllvm-eb1bb4e4198ec22a428a8f91604019bd22838e1a.zip
llvm-eb1bb4e4198ec22a428a8f91604019bd22838e1a.tar.gz
llvm-eb1bb4e4198ec22a428a8f91604019bd22838e1a.tar.bz2
Until now all debug info MDNodes referred to a root MDNode, a compile unit. This simplified handling of these needs in dwarf writer. However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL.
MDNodes graph structure such that compiler unit keeps track of important MDNodes and update dwarf writer to process mdnodes top-down instead of bottom up. llvm-svn: 137778
Diffstat (limited to 'llvm/lib/Support/DynamicLibrary.cpp')
0 files changed, 0 insertions, 0 deletions