Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Matthew Pickering's avatar
    ab533e71
    Use specific clang assembler when compiling with -fllvm · ab533e71
    Matthew Pickering authored and Marge Bot's avatar Marge Bot 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
    ab533e71
    History
    Use specific clang assembler when compiling with -fllvm
    Matthew Pickering authored and Marge Bot's avatar Marge Bot 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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.