Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LTO] Move UpdateCompilerUsed.h from lib/ to include/ | Davide Italiano | 2016-06-22 | 1 | -34/+0 |
| | | | | | | | | I plan to use it in lld soon. Differential Revision: http://reviews.llvm.org/D21575 llvm-svn: 273380 | ||||
* | Simplify LTOInternalize into UpdateLLVMCompilerUsed | Mehdi Amini | 2016-04-13 | 1 | -0/+34 |
It is now only doing the update to the llvm.compiler_used global. The client has to call separately the internalization stage. Hopefully the code is simpler to understand this way. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266174 |