Opened 7 months ago
Last modified 5 months ago
#71416 assigned defect
volk 2.5.0: Broken on Sequoia / clang 16.0.0
Reported by: | DanielO (Daniel O'Connor) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | rufty (Bill Hill) | |
Port: | volk |
Description
The Volk build fails compiling work/build/lib/volk_machine_avx512cd_64_mmx_orc.c with:
error: invalid CFI advance_loc expression error: invalid CFI advance_loc expression
This appears to be related to https://reviews.llvm.org/D153167 however finding exactly where the error is located is proving rather difficult because the file it is compiling pulls in so many other files and the error lacks any location information.
Perhaps an easier work around would be to use a different compiler for now.
Attachments (1)
Change History (7)
Changed 7 months ago by DanielO (Daniel O'Connor)
comment:1 Changed 7 months ago by jmroot (Joshua Root)
Owner: | set to michaelld |
---|---|
Status: | new → assigned |
comment:2 follow-up: 3 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)
A good first step would be to report the problem to the developers.
comment:3 Changed 7 months ago by DanielO (Daniel O'Connor)
Replying to ryandesign:
A good first step would be to report the problem to the developers.
Good idea, done.
comment:4 Changed 6 months ago by rufty (Bill Hill)
Cc: | rufty added |
---|
comment:5 Changed 5 months ago by DanielO (Daniel O'Connor)
Well that didn't go anywhere (radio silence). However I tried the latest Volk (3.1.2) and it builds fine so I am in the process of updating the port.
comment:6 Changed 5 months ago by DanielO (Daniel O'Connor)
I have submitted a pull request to update the port to 3.1.2.
Build log