[all-commits] [llvm/llvm-project] 64f779: [HIP] Add option --gpu-instrument-lib=
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Sun Oct 4 18:18:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64f7790e7d2309b5d38949921a256acf8068e659
https://github.com/llvm/llvm-project/commit/64f7790e7d2309b5d38949921a256acf8068e659
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/HIP.cpp
A clang/test/Driver/Inputs/hip_multiple_inputs/instrument.bc
M clang/test/Driver/hip-device-libs.hip
Log Message:
-----------
[HIP] Add option --gpu-instrument-lib=
Add an option --gpu-instrument-lib= to allow users to specify
an instrument device library. This is for supporting -finstrument
in device code for debugging/profiling tools.
Differential Revision: https://reviews.llvm.org/D88557
More information about the All-commits
mailing list