Currently clang does not save some of the intermediate file generated during device compilation for HIP when -save-temps is specified.
This patch fixes that.
Paths
| Differential D68665
[HIP] Fix -save-temps ClosedPublic Authored by yaxunl on Oct 8 2019, 2:22 PM.
Details Summary Currently clang does not save some of the intermediate file generated during device compilation for HIP when -save-temps is specified. This patch fixes that.
Diff Detail
Event Timelinetra added inline comments.
This revision is now accepted and ready to land.Oct 8 2019, 3:18 PM yaxunl added inline comments.
Closed by commit rGbc2350a34126: [HIP] Fix -save-temps (authored by yaxunl). · Explain WhyOct 9 2019, 11:45 AM This revision was automatically updated to reflect the committed changes. yaxunl marked 4 inline comments as done.
Revision Contents
Diff 224117 clang/lib/Driver/Driver.cpp
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/lib/Driver/ToolChains/HIP.h
clang/lib/Driver/ToolChains/HIP.cpp
clang/test/Driver/hip-save-temps.hip
|