[all-commits] [llvm/llvm-project] e4151c: [Driver, test] Remove -v from mkdir & ln -s from a ...
Liviu Ionescu via All-commits
all-commits at lists.llvm.org
Mon Nov 20 22:43:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4151cc9d6cc977e9f49500d6a45f4eb41085130
https://github.com/llvm/llvm-project/commit/e4151cc9d6cc977e9f49500d6a45f4eb41085130
Author: Liviu Ionescu <ilg at livius.net>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M clang/test/Driver/darwin-header-search-libcxx.cpp
Log Message:
-----------
[Driver,test] Remove -v from mkdir & ln -s from a test since it fails on AIX (#72924)
The PR https://github.com/llvm/llvm-project/pull/70817 introduced a
small bug, the tests failed on ppc64-aix with:
```
RUN: at line 186: mkdir -pv /home/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/tools/clang/test/Driver/Output/darwin-header-search-libcxx.cpp.tmp/install/bin
+ mkdir -pv /home/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/tools/clang/test/Driver/Output/darwin-header-search-libcxx.cpp.tmp/install/bin
mkdir: illegal option -- v
Usage: mkdir [-p] [-e] [-m mode] Directory ...
```
This PR removes the verbose flag from both `mkdir` and `ln -s`.
More information about the All-commits
mailing list