[all-commits] [llvm/llvm-project] 8998a8: [clang-offload-bundler] Add sections and set secti...

Sergey Dmitriev via All-commits all-commits at lists.llvm.org
Tue May 18 09:02:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8998a8aa97f81c758403615ec897ce79c1ccdcad
      https://github.com/llvm/llvm-project/commit/8998a8aa97f81c758403615ec897ce79c1ccdcad
  Author: Sergey Dmitriev <serguei.n.dmitriev at intel.com>
  Date:   2021-05-18 (Tue, 18 May 2021)

  Changed paths:
    M clang/test/Driver/clang-offload-bundler.c
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp

  Log Message:
  -----------
  [clang-offload-bundler] Add sections and set section flags using one llvm-objcopy invocation

llvm-objcopy has been changed to support adding a section and updating section flags
in one run (D90438), so we can now change clang-offload-bundler to run llvm-objcopy
tool only once when creating fat object.

Reviewed By: ABataev

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




More information about the All-commits mailing list