[foreign] RFR compiler built-in header files

Sundararajan Athijegannathan sundararajan.athijegannathan at oracle.com
Wed Jul 4 07:34:14 UTC 2018


Yes, those are indeed part of clang. But with jdk, we only expect (i.e., 
plan to ship) libclang.so and these headers only. i.e., We don't expect 
complete installation of clang at (jdk) user end.

-Sundar

On 04/07/18, 12:48 PM, Samuel Audet wrote:
> Are those files not already part of Clang? I see them here:
> https://github.com/llvm-mirror/clang/tree/master/lib/Headers
>
> Samuel
>
> On 07/03/2018 11:14 PM, Sundararajan Athijegannathan wrote:
>> Thanks for the review (and testing it on Linux). Pushed.
>>
>> -Sundar
>>
>> On 03/07/18, 7:35 PM, Maurizio Cimadamore wrote:
>>> Everything looks good.
>>>
>>> I've checked on Linux and it builds fine (and all tests pass).
>>>
>>> Maurizio
>>>
>>>
>>> On 03/07/18 12:30, Sundararajan Athijegannathan wrote:
>>>> Hi,
>>>>
>>>> Few compiler built-in header files like stdarg.h are not found in 
>>>> the usual places like /usr/include. We need to bundle these header 
>>>> files so that jextract can locate & use these.
>>>>
>>>> Please review: 
>>>> http://cr.openjdk.java.net/~sundar/builtin_header_files/webrev.01/
>>>>
>>>> Thanks,
>>>> -Sundar
>>>>
>>>
>


More information about the panama-dev mailing list