llvm-project/bolt/lib/Core
serge-sans-paille 61cff9079c [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ON
This does *not* link with libLLVM, but with static archives instead. Not
super-great, but at least the build works, which is probably better than
failing.

Related to #57551

Differential Revision: https://reviews.llvm.org/D134434
2022-09-23 07:59:30 +02:00
..
BinaryBasicBlock.cpp [BOLT] Towards FunctionLayout const-correctness 2022-08-24 16:32:33 -07:00
BinaryContext.cpp [BOLT] Preserve original LSDA type encoding 2022-09-14 16:33:47 +00:00
BinaryData.cpp [bolt] Remove unneeded cl::ZeroOrMore for cl::opt options 2022-06-05 13:29:49 -07:00
BinaryEmitter.cpp [BOLT] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-18 11:01:56 -07:00
BinaryFunction.cpp [BOLT] Verify externally referenced blocks against jump table targets 2022-09-16 11:44:33 -07:00
BinaryFunctionProfile.cpp [bolt] Remove redundaunt control-flow statements (NFC) 2022-07-30 10:35:49 -07:00
BinarySection.cpp [BOLT] Change base class of ExecutableFileMemoryManager 2022-09-16 13:39:12 -07:00
CMakeLists.txt [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ON 2022-09-23 07:59:30 +02:00
DebugData.cpp [BOLT] Use range-based for loops (NFC) 2022-09-03 11:17:32 -07:00
DynoStats.cpp [BOLT] Towards FunctionLayout const-correctness 2022-08-24 16:32:33 -07:00
Exceptions.cpp [BOLT] Preserve original LSDA type encoding 2022-09-14 16:33:47 +00:00
FunctionLayout.cpp [BOLT] Use range-based for loops (NFC) 2022-09-03 11:17:32 -07:00
JumpTable.cpp [BOLT] Support multiple parents for split jump table 2022-07-13 23:37:31 -07:00
MCPlusBuilder.cpp [BOLT] Split functions with exceptions in shared objects and PIEs 2022-06-19 16:48:48 -07:00
ParallelUtilities.cpp [BOLT][NFC] Fix file-description comments 2021-12-21 10:21:41 -08:00
Relocation.cpp Revert "Rebase: [Facebook] Revert "[BOLT] Update dynamic relocations from section relocations"" 2022-07-11 09:50:47 -07:00