[all-commits] [llvm/llvm-project] 553284: [lld-macho] Don't include absolute address value i...

Jez Ng via All-commits all-commits at lists.llvm.org
Thu Dec 10 17:58:48 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 553284be2dded5b1d1106b380525e0b1e3b609cd
      https://github.com/llvm/llvm-project/commit/553284be2dded5b1d1106b380525e0b1e3b609cd
  Author: Jez Ng <jezng at fb.com>
  Date:   2020-12-10 (Thu, 10 Dec 2020)

  Changed paths:
    M lld/test/MachO/mattrs.ll

  Log Message:
  -----------
  [lld-macho] Don't include absolute address value in expected test output

Should fix the mattrs.ll failure introduced by rG29d3b0e47113.


  Commit: 349d5c9cf79803187a2e1e2a080a8e460d03cf76
      https://github.com/llvm/llvm-project/commit/349d5c9cf79803187a2e1e2a080a8e460d03cf76
  Author: Jez Ng <jezng at fb.com>
  Date:   2020-12-10 (Thu, 10 Dec 2020)

  Changed paths:
    M lld/test/MachO/implicit-dylibs.s
    M lld/test/MachO/lto-object-path.ll

  Log Message:
  -----------
  [lld-macho] Disable some tests that are failing on Windows

lto-object-path.ll, like stabs.s, is disabled on Windows as the path
separators make it difficult to write a test that works across
platforms.

This diff also disables implicit-dylibs.s on Windows as we seem to emit
LC_LOAD_DYLIBs in a different order on that platform. This seems like a
bug in LLD that needs to be addressed (in a future diff).


Compare: https://github.com/llvm/llvm-project/compare/dd6412c05c10...349d5c9cf798


More information about the All-commits mailing list