Use lit_config.substitute instead of foo % lit_config.params everywhereThis mechanically applies the same changes from D121427 everywhere.Differential Revision: https://reviews.llvm.org/D121746
[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEThis clarifies that this is an LLVM specific variable and avoidspotential conflicts with other projects.Differential Revision: https://reviews.l
[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEThis clarifies that this is an LLVM specific variable and avoidspotential conflicts with other projects.Differential Revision: https://reviews.llvm.org/D119918
show more ...
[BOLT] Prepare BOLT for unit-testingThis patch adds unit testing support for BOLT. In order to do this we will need at least do this changes on the code level:* Make createMCPlusBuilder accessible
[BOLT] Prepare BOLT for unit-testingThis patch adds unit testing support for BOLT. In order to do this we will need at least do this changes on the code level:* Make createMCPlusBuilder accessible externally* Remove positional InputFilename argument to bolt utlity sourcesAnd prepare the cmake and lit for the new tests.Vladislav Khmelevsky,Advanced Software Technology Lab, HuaweiReviewed By: maksfb, AmirDifferential Revision: https://reviews.llvm.org/D118271