Re: LLVM support for '-Wl,-WX'

2023-01-17 Thread Tom Stellard
On 1/17/23 09:48, Michael Cronenworth wrote: On 1/17/23 10:15 AM, Tom Stellard wrote: It sounds like the option is not relevant for Windows.  See https://reviews.llvm.org/D116484 Thanks, Tom. Do you think modifying the wine configure to not use -Wl,WX is the best option? Yes, I think that

Re: LLVM support for '-Wl,-WX'

2023-01-17 Thread Michael Cronenworth
On 1/17/23 10:15 AM, Tom Stellard wrote: It sounds like the option is not relevant for Windows.  See https://reviews.llvm.org/D116484 Thanks, Tom. Do you think modifying the wine configure to not use -Wl,WX is the best option? ___ devel mailing lis

Re: LLVM support for '-Wl,-WX'

2023-01-17 Thread Tom Stellard
On 1/17/23 07:57, Tom Stellard wrote: On 1/17/23 06:17, Michael Cronenworth wrote: On 1/16/23 11:30 PM, Tom Stellard wrote: -WX means treat warnings as errors.  It's possible the configure check is failing for other reasons.  Is that the first check run with -target aarch64-windows?  Do you hav

Re: LLVM support for '-Wl,-WX'

2023-01-17 Thread Tom Stellard
On 1/17/23 06:17, Michael Cronenworth wrote: On 1/16/23 11:30 PM, Tom Stellard wrote: -WX means treat warnings as errors.  It's possible the configure check is failing for other reasons.  Is that the first check run with -target aarch64-windows?  Do you have the full config.log? Yes. I do not

Re: LLVM support for '-Wl,-WX'

2023-01-17 Thread Michael Cronenworth
On 1/16/23 11:30 PM, Tom Stellard wrote: -WX means treat warnings as errors.  It's possible the configure check is failing for other reasons.  Is that the first check run with -target aarch64-windows?  Do you have the full config.log? Yes. I do not have the full log. This is from a Koji ARM bu

Re: LLVM support for '-Wl,-WX'

2023-01-16 Thread Tom Stellard
On 1/16/23 20:49, Michael Cronenworth wrote: Hi, Wine 8.0 is checking for support for the '-Wl,-WX' flag in LLVM and it is showing as not supported in Rawhide (LLVM 15). LLVM is used to cross-compile ARM 64-bit binaries of Wine. Wine 7.22 configure check: checking whether clang supports -tar

LLVM support for '-Wl,-WX'

2023-01-16 Thread Michael Cronenworth
Hi, Wine 8.0 is checking for support for the '-Wl,-WX' flag in LLVM and it is showing as not supported in Rawhide (LLVM 15). LLVM is used to cross-compile ARM 64-bit binaries of Wine. Wine 7.22 configure check: checking whether clang supports -target aarch64-windows -fuse-ld=lld -Wl,-subsys