[LinkerWrapper] Output a temp file with the wrapper bitcode
authorJoseph Huber <jhuber6@vols.utk.edu>
Mon, 6 Feb 2023 18:33:25 +0000 (12:33 -0600)
committerJoseph Huber <jhuber6@vols.utk.edu>
Mon, 6 Feb 2023 18:34:00 +0000 (12:34 -0600)
commit3f33e6b1f4d08dd3e4dec91ae4d8e4cf292f0acc
tree53929300688f470e276900fbbeff7c3c63249543
parenteec670ac8ebe1e8fe593649fa553a33825771183
[LinkerWrapper] Output a temp file with the wrapper bitcode

Summary:
The wrapper bitcode currently only gets a temp file for the compiled
object. This makes it more difficult to see what was actually generated.
clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp