RFR: 8352481: Extra a.out generated after configure with clang [v3]

SendaoYan syan at openjdk.org
Mon Mar 24 15:31:24 UTC 2025


On Mon, 24 Mar 2025 13:27:19 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use "-f" parameter instead of "-rf"
>
> make/autoconf/toolchain.m4 line 536:
> 
>> 534: 
>> 535:     LINKER_VERSION_STRING=`$LINKER -Wl,-v 2>&1 | $HEAD -n 1`
>> 536:     # Remove redundant a.out generated by clang, to workaound clang bug https://github.com/llvm/llvm-project/issues/132388
> 
> Spelling and line length, otherwise this looks ok.
> Suggestion:
> 
>     # Remove redundant a.out generated by clang, to work around clang bug
>     # https://github.com/llvm/llvm-project/issues/132388

Thanks. PR has been updated.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24125#discussion_r2010412509


More information about the build-dev mailing list