mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
1daf755e76
{builtin,runtime}_register_target passes a TOOLCHAIN_TOOLS list, whereas {builtin,runtime}_default_target does notl. The explicit TOOLCHAIN_TOOLS list matches what LLVMExternalProjectUtils would have set anyway, barring some target-specific adjustments, and those target-specific adjustments seem valuable, so let's drop the explicit TOOLCHAIN_TOOLS list and let LLVMExternalProjectUtils take care of it. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D86366