"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "28f3721aa033b941aef293724bce70ff5818d045"
-
Chris Lattner authored
instead of returning it in an std::string. Based on this change: 1. Change TargetLoweringObjectFileCOFF::getCOFFSection to take a StringRef 2. Change a bunch of targets to call makeNameProper with a smallstring, making several of them *much* more efficient. 3. Rewrite Mangler::makeNameProper to not build names and then prepend prefixes, not use temporary std::strings, and to avoid other crimes. llvm-svn: 93298
209aecad
Loading