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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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 
Comment by Toolybird (Toolybird) - Friday, 10 February 2023, 22:08 GMT
This is on purpose. Please see  FS#66226  for the PM's rationale and also how to make it work.

Loading...