aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorJuan Manuel Martinez CaamaƱo <jmartinezcaamao@gmail.com>2025-10-09 14:10:45 +0200
committerGitHub <noreply@github.com>2025-10-09 14:10:45 +0200
commit70b19a8ad3e22c581313a8149052004ffa890a93 (patch)
tree8848efab226fe884b20e681bc024d837e6a54215 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent825de7804fa6dcf374e3565de3251a27903e703d (diff)
downloadllvm-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