[all-commits] [llvm/llvm-project] 1ffbe8: [clang-offload-wrapper] Disabled ELF offload notes...

vzakhari via All-commits all-commits at lists.llvm.org
Wed Aug 18 08:19:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ffbe8c04ff269ca9847c37036fbad943820d6ae
      https://github.com/llvm/llvm-project/commit/1ffbe8c04ff269ca9847c37036fbad943820d6ae
  Author: Vyacheslav Zakharin <vyacheslav.p.zakharin at intel.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M clang/test/Driver/clang-offload-wrapper.c
    M clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp

  Log Message:
  -----------
  [clang-offload-wrapper] Disabled ELF offload notes embedding by default.

This change-set puts 93d08acaacec951dbb302f77eeae51974985b6b2 functionality
under -add-omp-offload-notes switch that is OFF by default.
CUDA toolchain is not able to handle ELF images with LLVMOMPOFFLOAD
notes for unknown reason (see https://reviews.llvm.org/D99551#2950272).
I disable the ELF notes embedding until the CUDA issue is triaged and resolved.

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




More information about the All-commits mailing list