[llvm-dev] LLVM Support needed
Robinson, Paul via llvm-dev
llvm-dev at lists.llvm.org
Fri May 29 08:26:22 PDT 2020
The set of target architectures supported by any given version of LLVM could be determined by looking in the llvm/lib/Target directory; each architecture essentially has one directory there. Note that related architectures are sometimes collected together; for example the X86 directory supports both 32-bit and 64-bit variants, and the Mips directory supports a number of variants. If you don't find anything relevant to your architecture in the Target tree, then the LLVM project doesn't support it. Doing that research would give you the definitive answer, with respect to the LLVM project itself.
There are many downstream projects that support additional targets, which might be done by hobbyists, or vendors supporting proprietary targets that aren't mentioned in public. Because they are downstream, and sometimes secret, we wouldn't necessarily know about them.
Regards,
--paulr
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Johannes Doerfert via llvm-dev
Sent: Friday, May 29, 2020 10:11 AM
To: Kulkarni, Minal <Minal.Kulkarni at knorr-bremse.com>; llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] LLVM Support needed
I don't know what you mean.
Usually if you don't find it with a `grep -R` in the code and not via google, it isn't there.
On 5/28/20 11:39 PM, Kulkarni, Minal wrote:
I wanted confirm answer from you guys.
Request you to provide authentic information on this.
Best Regards / Mit freundlichen Grüßen
Minal Kulkarni
Knorr Bremse Technology Center India
Survey No.276, Village Mann, Hinjewadi, Phase II, Tal.Mulshi,
Pune - 411 057. Maharashtra , India.
Phone: +91 9028098122
Mobile:
mailto:minal.kulkarni at knorr-bremse.com
http://www.knorr-bremse.com<http://www.knorr-bremse.com/><http://www.knorr-bremse.com/>
From: Johannes Doerfert <johannesdoerfert at gmail.com><mailto:johannesdoerfert at gmail.com>
Sent: Thursday, May 28, 2020 10:20 PM
To: Kulkarni, Minal <Minal.Kulkarni at knorr-bremse.com><mailto:Minal.Kulkarni at knorr-bremse.com>; llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] LLVM Support needed
I don't think we have a Tricore backend, at least not public in mainline LLVM.
I might be wrong though.
FWIW, LLVM 2.8 is *really* old.
Cheers,
Johannes
On 5/27/20 11:56 PM, Kulkarni, Minal via llvm-dev wrote:
Hello Dear Team,
I wanted to know in which version of LLVM Tricore architecture is supported.
I have LLVM 2.8 with me which has no support for Tricore.
Basically I wanted to add Aurix target support.
Could you please help me.
Best Regards / Mit freundlichen Grüßen
Minal Kulkarni
Knorr Bremse Technology Center India
Survey No.276, Village Mann, Hinjewadi, Phase II, Tal.Mulshi,
Pune - 411 057. Maharashtra , India.
Phone: +91 9028098122
Mobile:
mailto:minal.kulkarni at knorr-bremse.com
http://www.knorr-bremse.com<http://www.knorr-bremse.com/><http://www.knorr-bremse.com/><http://www.knorr-bremse.com/><http://www.knorr-bremse.com/>
This transmission is intended solely for the addressee and contains confidential information.
If you are not the intended recipient, please immediately inform the sender and delete the message and any attachments from your system.
Furthermore, please do not copy the message or disclose the contents to anyone unless agreed otherwise. To the extent permitted by law we shall in no way be liable for any damages, whatever their nature, arising out of transmission failures, viruses, external influence, delays and the like.
_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org><mailto:llvm-dev at lists.llvm.org><mailto:llvm-dev at lists.llvm.org>
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
This transmission is intended solely for the addressee and contains confidential information.
If you are not the intended recipient, please immediately inform the sender and delete the message and any attachments from your system.
Furthermore, please do not copy the message or disclose the contents to anyone unless agreed otherwise. To the extent permitted by law we shall in no way be liable for any damages, whatever their nature, arising out of transmission failures, viruses, external influence, delays and the like.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200529/ebfd10d6/attachment-0001.html>
More information about the llvm-dev
mailing list