| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[BOLT][AArch64]support inline-small-functions for AArch64 (#120187) Add some functions in AArch64MCPlusBuilder.cpp to support inline for AArch64. | 6 个月前 | |
[BOLT][CMake] Don't export bolt libraries in LLVMExports.cmake Bolt makes use of add_llvm_library and as such ends up exporting its libraries from LLVMExports.cmake, which is not correct. Bolt doesn't have its own exports file, and I assume that there is no desire to have one either -- Bolt libraries are not intended to be consumed as a cmake module, right? As such, this PR adds a NO_EXPORT option to simplify exclude these libraries from the exports file. | 8 个月前 | |
[BOLT][CMake] Don't export bolt libraries in LLVMExports.cmake Bolt makes use of add_llvm_library and as such ends up exporting its libraries from LLVMExports.cmake, which is not correct. Bolt doesn't have its own exports file, and I assume that there is no desire to have one either -- Bolt libraries are not intended to be consumed as a cmake module, right? As such, this PR adds a NO_EXPORT option to simplify exclude these libraries from the exports file. | 8 个月前 | |
[BOLT] Add BOLT_TARGETS_TO_BUILD Adds BOLT_TARGETS_TO_BUILD, which defaults to the intersection of X86;AArch64 and LLVM_TARGETS_TO_BUILD, but allows configuration to alter that -- for instance omitting one of those two targets even if llvm supports both. Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D148847 | 3 年前 |