[all-commits] [llvm/llvm-project] 18252e: [Driver][unittest] Unbreak ToolChainTest.cpp compi...
rorth via All-commits
all-commits at lists.llvm.org
Wed Aug 16 01:40:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18252e6c8e2b1bb9901b5cca9e9a75edfeda2c4e
https://github.com/llvm/llvm-project/commit/18252e6c8e2b1bb9901b5cca9e9a75edfeda2c4e
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
M clang/unittests/Driver/ToolChainTest.cpp
Log Message:
-----------
[Driver][unittest] Unbreak ToolChainTest.cpp compilation with -Werror
D157275 broke some buildbots that run with -Werror:
https://lab.llvm.org/buildbot#builders/36/builds/36604
https://lab.llvm.org/buildbot#builders/57/builds/29201
Avoid this by using an overlong line rather than appeasing `clang-format`.
More information about the All-commits
mailing list