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 ...
[flang] unit test support for out-of-tree and in-tree using google tests frameworkReview comments addressed.