FS#77444 - extra/polly 15.0.7-1: can't use polly with clang
Attached to Project:
Arch Linux
Opened by 陆俊峰 (464270342) - Thursday, 09 February 2023, 09:23 GMT
Last edited by Toolybird (Toolybird) - Friday, 10 February 2023, 22:09 GMT
Opened by 陆俊峰 (464270342) - Thursday, 09 February 2023, 09:23 GMT
Last edited by Toolybird (Toolybird) - Friday, 10 February 2023, 22:09 GMT
|
Details
Description:
Additional info: * package version(s) * config and/or log files etc. * link to upstream bug report, if any I installed extra/polly 15.0.7-1,extra/clang 15.0.7-1,extra/clang 15.0.7-1 and I follow the guide in :https://polly.llvm.org/docs/UsingPollyWithClang.html compile failed, the llvm don't reconize -polly option ```bash clang -mllvm -polly -mllvm -polly-parallel -lgomp test.c clang (LLVM option parsing): Unknown command line argument '-polly'. Try: 'clang (LLVM option parsing) --help' clang (LLVM option parsing): Did you mean '--color'? clang (LLVM option parsing): Unknown command line argument '-polly-parallel'. Try: 'clang (LLVM option parsing) --help' clang (LLVM option parsing): Did you mean '--ppc-gen-isel'? ``` Steps to reproduce: |
This task depends upon
Closed by Toolybird (Toolybird)
Friday, 10 February 2023, 22:09 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#66226
Friday, 10 February 2023, 22:09 GMT
Reason for closing: Duplicate
Additional comments about closing:
FS#66226for the PM's rationale and also how to make it work.