Skip to content
Snippets Groups Projects
Commit ab533e71 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

Use specific clang assembler when compiling with -fllvm

There are situations where LLVM will produce assembly which older gcc
toolchains can't handle. For example on Deb10, it seems that LLVM >= 13
produces assembly which the default gcc doesn't support.

A more robust solution in the long term is to require a specific LLVM
compatible assembler when using -fllvm.

Fixes #16354
parent f2dffd2e
No related branches found
No related tags found
No related merge requests found
Showing
with 103 additions and 9 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment