[all-commits] [llvm/llvm-project] bfd69a: [LinkerWrapper] Ignore OFK_None kinds for building...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Nov 29 07:47:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bfd69ad59672e67d60e71d66df7ef878c18a7bb8
      https://github.com/llvm/llvm-project/commit/bfd69ad59672e67d60e71d66df7ef878c18a7bb8
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

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

  Log Message:
  -----------
  [LinkerWrapper] Ignore OFK_None kinds for building registration code

Summary:
The linker wrapper uses this metadata to determine which registration
code to emit, e.g. CUDA, HIP or OpenMP. If we encounter an OFK_None we
should just ignore it.


  Commit: 3458a2b737fcf1487b7fb166f59b43a98fc0b1bb
      https://github.com/llvm/llvm-project/commit/3458a2b737fcf1487b7fb166f59b43a98fc0b1bb
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M openmp/libomptarget/plugins/common/elf_common/ELFSymbols.cpp

  Log Message:
  -----------
  [Libomptarget][NFC] Add missing LLVM header


Compare: https://github.com/llvm/llvm-project/compare/9b8eb5fa8ef0...3458a2b737fc


More information about the All-commits mailing list