[all-commits] [llvm/llvm-project] def48c: [test] Clean up Driver/baremetal.cpp
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Oct 3 15:35:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: def48cae45a5085b7759f2be71768e27718b901a
https://github.com/llvm/llvm-project/commit/def48cae45a5085b7759f2be71768e27718b901a
Author: Fangrui Song <i at maskray.me>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M clang/test/Driver/baremetal.cpp
Log Message:
-----------
[test] Clean up Driver/baremetal.cpp
* Remove -no-canonical-prefixes. See 980679981fbc311bc07f8cd23e3739fd56c22d2a
* Test a.out and %t.out in few tests and remove excess `-o %t.o`
* Avoid wrapping lines too aggresstively
* Replace `"{{[^"]*}}ld{{(\.(lld|bfd|gold))?}}{{(\.exe)?}}"` with `ld{{(.exe)?}}"`. The new pattern supports more CLANG_DEFAULT_LINKER.
More information about the All-commits
mailing list