SANJAY SRIVALLABH SINGAPURAM via llvm-dev
2017-Mar-23 17:21 UTC
[llvm-dev] Does InitializeAllTargets when only some enabled ?
Do the InitializeAllTargets*() routines call the initialisation routines of all targets even when only some are built ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170323/08bd52a0/attachment.html>
Krzysztof Parzyszek via llvm-dev
2017-Mar-23 18:08 UTC
[llvm-dev] Does InitializeAllTargets when only some enabled ?
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
SANJAY SRIVALLABH SINGAPURAM via llvm-dev
2017-Mar-23 19:08 UTC
[llvm-dev] Does InitializeAllTargets when only some enabled ?
Thank You ! On Thu, Mar 23, 2017 at 11:38 PM Krzysztof Parzyszek via llvm-dev < llvm-dev at lists.llvm.org> wrote:> 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 > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170323/0d693e66/attachment.html>