[all-commits] [llvm/llvm-project] 52b8f3: [LinkerWrapper] Fix failing linker wrapper save te...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Oct 10 13:57:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52b8f3a80c6b2b1efcd91e2278bd9d63a0b1567b
https://github.com/llvm/llvm-project/commit/52b8f3a80c6b2b1efcd91e2278bd9d63a0b1567b
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M clang/test/Driver/linker-wrapper.c
Log Message:
-----------
[LinkerWrapper] Fix failing linker wrapper save temps test
Summary:
This test started failing locally due to a misspelling of `-save-temps`
for the linker wrapper and the `ls` command not having the glob
arguments put in a string. This patch should fix it.
More information about the All-commits
mailing list