Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LTO: Use the correct mangler function in ↵ | Peter Collingbourne | 2016-10-12 | 1 | -0/+10 |
LTOCodeGenerator::applyScopeRestrictions(). We need to use the overload of Mangler::getNameWithPrefix that takes a GlobalValue in order to mangle in the stdcall stack byte count for Windows targets. Differential Revision: https://reviews.llvm.org/D25529 llvm-svn: 284040 |