[all-commits] [llvm/llvm-project] 4b5532: [clang-offload-bundler] Reuse original file extens...

Sergey Dmitriev via All-commits all-commits at lists.llvm.org
Tue Nov 30 20:39:17 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b553297ef3ee4dc2119d5429adf3072e90fac38
      https://github.com/llvm/llvm-project/commit/4b553297ef3ee4dc2119d5429adf3072e90fac38
  Author: Sergey Dmitriev <serguei.n.dmitriev at intel.com>
  Date:   2021-11-30 (Tue, 30 Nov 2021)

  Changed paths:
    A clang/test/Driver/fat-archive-unbundle-ext.c
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp

  Log Message:
  -----------
  [clang-offload-bundler] Reuse original file extension for device archive member

This patch changes clang-offload-bundler to use the original file extension for
the device archive member when unbundling archives instead of printing a warning
and defaulting to ".o".

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




More information about the All-commits mailing list