aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/FrontendActions.cpp
diff options
context:
space:
mode:
authorSean Fertile <sd.fertile@gmail.com>2022-01-21 11:05:31 -0500
committerSean Fertile <sd.fertile@gmail.com>2022-01-24 10:30:05 -0500
commitd193f7be7898f165e98ee5fc38b07588f43fa856 (patch)
treee8c649cbd55bc054840a1c07f291f26b9be9a973 /clang/lib/Frontend/FrontendActions.cpp
parent2d9ed1aba236b4e50ce4bbaf955347590d536a55 (diff)
downloadllvm-d193f7be7898f165e98ee5fc38b07588f43fa856.zip
llvm-d193f7be7898f165e98ee5fc38b07588f43fa856.tar.gz
llvm-d193f7be7898f165e98ee5fc38b07588f43fa856.tar.bz2
[libc++][AIX] Do not assert chmod return value is non-zero.
A number of the filesystem tests create a directory that contains a bad symlink. On AIX recursively setting permissions on said directory will return a non-zero value because of the bad symlink, however the following rm -r still completes successfully. Avoid the assertion on AIX, and rely on the return value of the remove command to detect problems. Differential Revision: https://reviews.llvm.org/D112086
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
0 files changed, 0 insertions, 0 deletions