[llvm-dev] Does InitializeAllTargets when only some enabled ?

Krzysztof Parzyszek via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 23 11:08:23 PDT 2017


On 3/23/2017 12:21 PM, SANJAY SRIVALLABH SINGAPURAM via llvm-dev wrote:
> Do the InitializeAllTargets*() routines call the initialisation routines
> of all targets even when only some are built ?

No, they only initialize the built ones.

Look for Targets.def in the build directory.

-Krzysztof

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-dev mailing list