[all-commits] [llvm/llvm-project] 1ce314: [MLIR][GPU][lld] Use LLD bundled in ROCm, removing...

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Thu Feb 10 11:37:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ce314ce6b5e4f40bb266d7a2cb7525257d59b84
      https://github.com/llvm/llvm-project/commit/1ce314ce6b5e4f40bb266d7a2cb7525257d59b84
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M lld/Common/CommonLinkerContext.cpp
    M lld/include/lld/Common/Driver.h
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    M mlir/lib/Dialect/GPU/Transforms/SerializeToHsaco.cpp

  Log Message:
  -----------
  [MLIR][GPU][lld] Use LLD bundled in ROCm, removing workaround

Having clarified that executing the SerializeToHsaco pass can
depend on a ROCm installation, switch from calling lld as a library to
using the copy of lld guaranteed to be included in a ROCm install.

This removes the workaround introduced in D119277

Reviewed By: whchung

Differential Revision: https://reviews.llvm.org/D119463




More information about the All-commits mailing list