[all-commits] [llvm/llvm-project] 5fc267: [HIP] Add --gpu-bundle-output
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Wed Jun 9 20:54:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fc2673fbce247e107094b28c22cbb2d5f1691a8
https://github.com/llvm/llvm-project/commit/5fc2673fbce247e107094b28c22cbb2d5f1691a8
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
M clang/test/Driver/clang-offload-bundler.c
M clang/test/Driver/hip-device-compile.hip
M clang/test/Driver/hip-output-file-name.hip
M clang/test/Driver/hip-phases.hip
M clang/test/Driver/hip-rdc-device-only.hip
M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
Log Message:
-----------
[HIP] Add --gpu-bundle-output
Added --gpu-bundle-output to control bundling/unbundling output of HIP device compilation.
By default preprocessor expansion, llvm bitcode and assembly are unbundled, code objects are
bundled.
Reviewed by: Artem Belevich, Jan Svoboda
Differential Revision: https://reviews.llvm.org/D101630
More information about the All-commits
mailing list