[all-commits] [llvm/llvm-project] a35ebc: [lld][WebAssembly] Update datalayout strings to la...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Thu Oct 24 18:11:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a35ebcf255046bc78ea86b3c524e0836425a1156
      https://github.com/llvm/llvm-project/commit/a35ebcf255046bc78ea86b3c524e0836425a1156
  Author: Alexander Richardson <alexrichardson at google.com>
  Date:   2024-10-24 (Thu, 24 Oct 2024)

  Changed paths:
    M lld/test/wasm/lto/Inputs/archive.ll
    M lld/test/wasm/lto/Inputs/cache.ll
    M lld/test/wasm/lto/Inputs/comdat_ordering1.ll
    M lld/test/wasm/lto/Inputs/comdat_ordering2.ll
    M lld/test/wasm/lto/Inputs/foo.ll
    M lld/test/wasm/lto/Inputs/libcall-archive.ll
    M lld/test/wasm/lto/Inputs/libcall-truncsfhf2.ll
    M lld/test/wasm/lto/Inputs/libcall.ll
    M lld/test/wasm/lto/Inputs/save-temps.ll
    M lld/test/wasm/lto/Inputs/thin1.ll
    M lld/test/wasm/lto/Inputs/thin2.ll
    M lld/test/wasm/lto/Inputs/thinlto.ll
    M lld/test/wasm/lto/Inputs/used.ll
    M lld/test/wasm/lto/archive.ll
    M lld/test/wasm/lto/atomics.ll
    M lld/test/wasm/lto/cache-warnings.ll
    M lld/test/wasm/lto/cache.ll
    M lld/test/wasm/lto/cgo.ll
    M lld/test/wasm/lto/comdat.ll
    M lld/test/wasm/lto/diagnostics.ll
    M lld/test/wasm/lto/export.ll
    M lld/test/wasm/lto/import-attributes.ll
    M lld/test/wasm/lto/internalize-basic.ll
    M lld/test/wasm/lto/libcall-archive.ll
    M lld/test/wasm/lto/libcall-truncsfhf2.ll
    M lld/test/wasm/lto/lto-start.ll
    M lld/test/wasm/lto/new-pass-manager.ll
    M lld/test/wasm/lto/opt-level.ll
    M lld/test/wasm/lto/parallel.ll
    M lld/test/wasm/lto/relocatable-undefined.ll
    M lld/test/wasm/lto/relocatable.ll
    M lld/test/wasm/lto/save-temps.ll
    M lld/test/wasm/lto/thin-archivecollision.ll
    M lld/test/wasm/lto/thinlto-thin-archive-collision.ll
    M lld/test/wasm/lto/thinlto.ll
    M lld/test/wasm/lto/undef.ll
    M lld/test/wasm/lto/used.ll
    M lld/test/wasm/lto/verify-invalid.ll
    M lld/test/wasm/lto/weak-undefined.ll
    M lld/test/wasm/lto/weak.ll

  Log Message:
  -----------
  [lld][WebAssembly] Update datalayout strings to latest version

These mismatched data layouts are exposed by the refactoring in
https://github.com/llvm/llvm-project/pull/105734 that now also
compares the non-integral pointers list of the data layout.

I dropped the explicit definition from all tests that use opt/llc since
those tools will insert the correct value, but for the llvm-as based
tests and explicit layout is required.

Reviewed By: MaskRay

Pull Request: https://github.com/llvm/llvm-project/pull/107276



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list