Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
7787 commits behind, 643 commits ahead of the upstream repository.
  • Matthew Pickering's avatar
    25d06727
    Use specific clang assembler when compiling with -fllvm · 25d06727
    Matthew Pickering authored and Luite Stegeman's avatar Luite Stegeman committed
    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
    
    (cherry picked from commit ab533e71)
    25d06727
    History
    Use specific clang assembler when compiling with -fllvm
    Matthew Pickering authored and Luite Stegeman's avatar Luite Stegeman committed
    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
    
    (cherry picked from commit ab533e71)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
configure.ac 44.51 KiB