diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-01-11 14:57:39 -0600 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-01-12 12:54:53 -0600 |
commit | 9e239fc487d51d6b90ad50f6ffa72203d8df3210 (patch) | |
tree | c405cb01ef6398a1210726acea4977664f1afcc3 /llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | |
parent | 150595ab4be34e392e345d347dcb767df04a5383 (diff) | |
download | llvm-9e239fc487d51d6b90ad50f6ffa72203d8df3210.zip llvm-9e239fc487d51d6b90ad50f6ffa72203d8df3210.tar.gz llvm-9e239fc487d51d6b90ad50f6ffa72203d8df3210.tar.bz2 |
[LinkerWrapper] Emit assembly files from LTO with `save-temps`
Currently in LTO mode we don't emit any `.s` files for non-NVPTX targets
during LTO. This makes it diffcult to investigate any failures in the
assembly. This patch makes the save-temps mode output an assembly file
and then assembles it separately. I decided to simply invoke `clang` for
this as it would be a lot of effort to invoke the `MCStramer` interface
directly.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D141543
Diffstat (limited to 'llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp')
0 files changed, 0 insertions, 0 deletions