[all-commits] [llvm/llvm-project] 439ba4: [LinkerWrapper] Improve -save-temps behaviour
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 12 14:44:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 439ba4c9026db6ab4c0a06737638ac42ebc445fd
https://github.com/llvm/llvm-project/commit/439ba4c9026db6ab4c0a06737638ac42ebc445fd
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M clang/test/Driver/linker-wrapper.c
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[LinkerWrapper] Improve -save-temps behaviour
Summary:
This patch changes around some of the names for the temp files we
generate. This also emits the `postlink` and `postopt` temp files. We
don't use the built-in save temps from LTO right now because it doesn't
give the ASM properly. We may be able to fix that in the future.
More information about the All-commits
mailing list