[cfe-dev] Status of AIX support

Chris Bowler via cfe-dev cfe-dev at lists.llvm.org
Wed Nov 4 05:47:25 PST 2020


There are some C++ interoperability issues with getting clang++ to work
with libstdc++.  There are challenges with exception handling
interoperability and static initialization (on which I can elaborate on if
there's interest.)  On AIX, the XLC++ compilers are not interoperable with
g++.  At the moment my team is focused on implementing clang++
interoperability with the XLC++ V16.1 xlclang++ compiler, though we are
trying our best to leave the door open for g++ interoperability as much as
possible.  Feedback on this matter is welcome.

We've been working towards enabling LLVM development for AIX with the
external community.  Currently, there are several OS header updates that
IBM needs to deploy with the OS in order to work correctly with clang.  We
haven't been testing clang against the GNU headers on AIX so far because
our focus has been enabling libc++ on AIX for interoperability with the
XLC++ V16.1 xlclang++ compiler.  I hope to publish a package, which
includes clang binaries for AIX so that everyone has access to a build
compiler for LLVM on AIX.  If an early release of such a package would be
useful to you, please let me know and I'll see if I can cut some red tape
and get you something.  There are some significant limitations in these
compilers.  These include challenges with functional exception handling,
altivec, debug support, and TLS, to name a few, nonetheless, we have been
able to bootstrap LLVM on AIX with some temporary downstream work.

On Sat, Oct 31, 2020 at 8:58 PM Rob Boehne via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> What is the current status of AIX support for clang/clang++ ?  I’m finding
> some targets (needed to actually build software) don’t seem to be
> supported, but I haven’t found any discussion of AIX support.
>
>
>
> Thanks,
>
>
>
> Rob Boehne
>
>
>
>
>
> *Rob Boehne*
>
> Senior Software Architect | Datalogics, Inc.
>
> +1.312.853.8351 <(312)%20853-8351> | robb at datalogics.com
>
> datalogics.com <http://www.datalogics.com/> | blogs.datalogics.com
>
> Connect with us: Facebook <https://www.facebook.com/DatalogicsInc> |
> Twitter <https://twitter.com/DatalogicsInc> | LinkedIn
> <https://www.linkedin.com/company/datalogics?actionToken=p=p%3Dbiz-company-login%26c%3D3217e65a-bdc2-4b38-8f9c-13c982e8c529%26m%3Dcompany_feed%26n%3D0&t=a%3DisFolloweeOfPoster%253Dfalse%2526distanceFromActor%253D-1%2526actorType%253D%2526likedByUser%253Dfalse%2526targetId%253D%2526recentCommentUrns%253D%2526targetType%253D%2526sponsoredFlag%253DORGANIC%2526verbType%253Dlinkedin%25253Ashare%2526objectType%253Dlinkedin%25253Aarticle%2526totalShares%253D0%2526activityId%253Durn%25253Ali%25253Aactivity%25253A6263731876121362433%2526recentLikerUrns%253D%2526actorId%253Durn%25253Ali%25253Acompany%25253A14000%2526totalComments%253D0%2526relevanceScore%253D0.0%2526recentCommenterUrns%253D%2526isPublic%253Dtrue%2526time%253D-1%2526totalLikes%253D0%2526objectId%253Durn%25253Ali%25253Aarticle%25253A7793179909183391510%2526distanceFromNestedActor%253D-1%26s%3DORG>
>  | YouTube <https://www.youtube.com/user/Datalogics>
>
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20201104/65419a1a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 124449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20201104/65419a1a/attachment-0001.png>


More information about the cfe-dev mailing list