Nick Lewycky
|
6a7efcfc02
|
Always use the string pool, even when it makes the .o larger. This may help
tools that read the debug info in the .o files by making the DIE sizes more
consistent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143186 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-10-28 05:29:47 +00:00 |
|
Nick Lewycky
|
390c40d96a
|
Teach our Dwarf emission to use the string pool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143097 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-10-27 06:44:11 +00:00 |
|
Eli Friedman
|
28f7690e2d
|
Fix this test so it doesn't fail on Mac.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140553 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-09-26 19:13:47 +00:00 |
|
James Molloy
|
439780eeae
|
Fix emission of debug data for global variables. getContext() on DIGlobalVariables is not valid any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140539 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-09-26 17:40:42 +00:00 |
|