diff options
author | Juan Manuel Martinez CaamaƱo <jmartinezcaamao@gmail.com> | 2025-10-09 14:10:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-09 14:10:45 +0200 |
commit | 70b19a8ad3e22c581313a8149052004ffa890a93 (patch) | |
tree | 8848efab226fe884b20e681bc024d837e6a54215 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 825de7804fa6dcf374e3565de3251a27903e703d (diff) | |
download | llvm-70b19a8ad3e22c581313a8149052004ffa890a93.zip llvm-70b19a8ad3e22c581313a8149052004ffa890a93.tar.gz llvm-70b19a8ad3e22c581313a8149052004ffa890a93.tar.bz2 |
[HIP][SPIRV] Create an intermediate file for the llvm-link output (#162096)
Before this patch we had:
> clang -cc1 source.c -o bitcode.bc
> llvm-link -o a.out bitcode.bc
> llvm-spirv -o a.out a.out
Now we have:
> clang -cc1 source.c -o bitcode.bc
> llvm-link -o a-linked.bc bitcode.bc
> llvm-spirv -o a.out a-linked.bc
Co-authored-by: Manuel Carrasco <macarras@amd.com>
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions