[all-commits] [llvm/llvm-project] 40aab0: [test] Migrate -gcc-toolchain with space separator...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Aug 20 15:25:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40aab0412fe7a14781e133627c2bb0a22761eac8
https://github.com/llvm/llvm-project/commit/40aab0412fe7a14781e133627c2bb0a22761eac8
Author: Fangrui Song <i at maskray.me>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M clang/test/Driver/fuse-ld.c
M clang/test/Driver/gcc-toolchain.cpp
M libc/benchmarks/CMakeLists.txt
M libcxx/benchmarks/CMakeLists.txt
M lldb/packages/Python/lldbsuite/test/make/Android.rules
M llvm/docs/HowToCrossCompileBuiltinsOnArm.rst
Log Message:
-----------
[test] Migrate -gcc-toolchain with space separator to --gcc-toolchain=
Space separated driver options are uncommon but Clang traditionally
did not do a good job. --gcc-toolchain= is the preferred form.
More information about the All-commits
mailing list