[all-commits] [llvm/llvm-project] 37216b: [test] Add missing -### to Driver/config-file3.c
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 28 12:16:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37216b4b3aaab1fb293b7f628f8dd4999c0abb80
https://github.com/llvm/llvm-project/commit/37216b4b3aaab1fb293b7f628f8dd4999c0abb80
Author: Fangrui Song <i at maskray.me>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M clang/test/Driver/config-file3.c
Log Message:
-----------
[test] Add missing -### to Driver/config-file3.c
Otherwise clang may invoke ld. If ld is a shell script using `~`, the
command will fail since `HOME` is changed.
More information about the All-commits
mailing list