[all-commits] [llvm/llvm-project] 42e103: [LinkerWrapper] Identify offloading sections using...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Jul 7 09:38:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42e10354d4553cdce131add80a4bf135f01d40db
      https://github.com/llvm/llvm-project/commit/42e10354d4553cdce131add80a4bf135f01d40db
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-07-07 (Thu, 07 Jul 2022)

  Changed paths:
    M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp

  Log Message:
  -----------
  [LinkerWrapper] Identify offloading sections using ELF type

Summary:
A previous patch added a new ELF section type for LLVM offloading. We
should use this when extracting the offloading sections rather than
checking the string. This pach also removes the implicit support for
COFF and MACH-O because we don't support those currently and should not
be included.




More information about the All-commits mailing list