mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
when certain flags are specified, the Crt0 object files are not linked. However, the logic for determining which files will always run. This patch moves that logic so that the basename is only determined if it is needed. Differential Revision: https://reviews.llvm.org/D146443