summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-06-19 12:16:55 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-06-19 12:16:55 +0000
commit284a750c5ff95a29cd8cc9130d3eb7ec6d25e352 (patch)
tree38c934be221f58276592baa899f0514b9ac2d46b /clang/lib/CodeGen/CodeGenModule.cpp
parent9fb676a2543434ed0df96649195a0529b23a8dea (diff)
downloadbcm5719-llvm-284a750c5ff95a29cd8cc9130d3eb7ec6d25e352.tar.gz
bcm5719-llvm-284a750c5ff95a29cd8cc9130d3eb7ec6d25e352.zip
Make all temporary symbols unnamed.
What this does is make all symbols that would otherwise start with a .L (or L on MachO) unnamed. Some of these symbols still show up in the symbol table, but we can just make them unnamed. In order to make sure we produce identical results when going thought assembly, all .L (not just the compiler produced ones), are now unnamed. Running llc on llvm-as.opt.bc, the peak memory usage goes from 208.24MB to 205.57MB. llvm-svn: 240130
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud