[PATCH] D102112: [lld-macho][NFC] Purge stale test-output trees prior to split-file
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 10 12:46:55 PDT 2021
int3 added inline comments.
================
Comment at: lld/test/MachO/invalid/undefined-symbol.s:2
# REQUIRES: x86
# RUN: rm -rf %t
+# RUN: rm -rf %t; split-file %s %t
----------------
Looks like this test was already doing the `rm`, just on a different line. There are a bunch of others like it... I've cleaned that up in https://github.com/llvm/llvm-project/commit/3d5e5066f1af50ea622d136e9543aedae178c8e5
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102112/new/
https://reviews.llvm.org/D102112
More information about the llvm-commits
mailing list