eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
933 stars 392 forks source link

Tweak a2e header wrappers for Open XL compliance #7383

Open Deigue opened 1 week ago

Deigue commented 1 week ago

When compiling with omr_ascii option, there is an alternative notation to pass in the a2e header wrappers with Open XL using the -isystem option. While making this work, it was also suggested to cleanup the PREFIXPATH(header) notation to simply use #include_next which supports and works with both XLC and Open XL on z/OS.

Deigue commented 1 week ago

Confirmed passing with j17 jenkins