Skip to content

[WebAssembly] The .reloc directive is not implemented #100733

@SingleAccretion

Description

@SingleAccretion

Reproduction:

; reloc.S
  .data
  .reloc ., R_WASM_MEMORY_ADDR_I32, some_symbol
> clang -c reloc.S
> error: unknown relocation name

This is due to the missing implementation of getFixupKind (and possibly some other pieces).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions