[all-commits] [llvm/llvm-project] 77c5ea: [LinkerWrapper] Fix errors from missing files duri...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 12 08:49:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77c5eac2aa9b9b1a12850295abf84d51f87745de
https://github.com/llvm/llvm-project/commit/77c5eac2aa9b9b1a12850295abf84d51f87745de
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[LinkerWrapper] Fix errors from missing files during a dry run
Summary:
We use a dry run for testing. If we do a dry run there is no file to
open and try to embed. Intead of erroring just create an empty one.
More information about the All-commits
mailing list