diff options
author | Ed Maste <emaste@freebsd.org> | 2014-03-07 17:20:50 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-03-07 17:20:50 +0000 |
commit | 0990e05d43b40ac8c1242610db0029cc12be45e7 (patch) | |
tree | a3ea0cf0d946d4747d183b09bb2383ee6da6d204 /clang/lib/CodeGen/CGObjC.cpp | |
parent | e7fbde8cb6539386f37f6c5cc294a82d9a138844 (diff) | |
download | bcm5719-llvm-0990e05d43b40ac8c1242610db0029cc12be45e7.tar.gz bcm5719-llvm-0990e05d43b40ac8c1242610db0029cc12be45e7.zip |
Fix test 'make clean' target for empty $(DSYM) on FreeBSD
A freebsd issue with rm prevents '[g]make clean' from working if $(DSYM)
is empty (fts_open(3) fails if passed an empty argument).
To work around this, simplify the clean target by using three separate
rm invocations: one for the common files, one for the case of non-empty
$(DYLIB_NAME), and one for non-empty $(DSYM).
Issue diagnosed (and reported to FreeBSD) by John Wolfe.
llvm.org/pr17933
llvm-svn: 203253
Diffstat (limited to 'clang/lib/CodeGen/CGObjC.cpp')
0 files changed, 0 insertions, 0 deletions