[all-commits] [llvm/llvm-project] e8f41f: [HIP] Use .hipi as preprocessor output extension
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Wed Jan 11 15:40:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8f41fdb5c6fd7903f65216d70c64eb52c898b51
https://github.com/llvm/llvm-project/commit/e8f41fdb5c6fd7903f65216d70c64eb52c898b51
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M clang/include/clang/Driver/Types.def
M clang/lib/Driver/OffloadBundler.cpp
M clang/lib/Driver/Types.cpp
M clang/test/Driver/hip-rdc-device-only.hip
M clang/test/Driver/hip-save-temps.hip
R clang/test/Driver/hip-unbundle-preproc.hip
A clang/test/Driver/hip-unbundle-preproc.hipi
M clang/test/Driver/lit.local.cfg
M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
Log Message:
-----------
[HIP] Use .hipi as preprocessor output extension
so that clang can recognize it and handle it automatically
without -x hip-cpp-output.
Reviewed by: Artem Belevich
Differential Revision: https://reviews.llvm.org/D141437
More information about the All-commits
mailing list