[OpenMP] Implement save temps functionality in linker wrapper
authorJoseph Huber <jhuber6@vols.utk.edu>
Sun, 16 Jan 2022 21:06:59 +0000 (16:06 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 1 Feb 2022 04:11:42 +0000 (23:11 -0500)
commitbf499c58af3d3a96661f5c7ef81b264eac575541
tree60e17affc8e9303904ff17e27ecc102466033e53
parenta47b1cf306fb7494d493784c25dafb2dd6084b99
[OpenMP] Implement save temps functionality in linker wrapper

Summary:
This patch implements the `-save-temps` flag for the linker wrapper.
This allows the user to inspect the intermeditary outpout that the
linker wrapper creates.
clang/lib/Driver/ToolChains/Clang.cpp
clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp