Skip to content
Snippets Groups Projects
  • Brian Cain's avatar
    f8cf3395
    [lld][Hexagon] Support predicated-add GOT_16_X mask lookup (#111896) · f8cf3395
    Brian Cain authored
    When encountering an instruction like `if (p0) r0 = add(r0,##bar@GOT)`,
    lld would fail with:
    ```
    ld.lld: error: unrecognized instruction for 16_X type: 0x7400C000
    ```
    
    This issue was encountered while building libreadline with clang 19.1.0.
    
    Fixes: #111876
    (cherry picked from commit 77aa8257acbd773c0c430cd962da1bcfbd5ee94b)
    f8cf3395
    History
    [lld][Hexagon] Support predicated-add GOT_16_X mask lookup (#111896)
    Brian Cain authored
    When encountering an instruction like `if (p0) r0 = add(r0,##bar@GOT)`,
    lld would fail with:
    ```
    ld.lld: error: unrecognized instruction for 16_X type: 0x7400C000
    ```
    
    This issue was encountered while building libreadline with clang 19.1.0.
    
    Fixes: #111876
    (cherry picked from commit 77aa8257acbd773c0c430cd962da1bcfbd5ee94b)