[PATCH] D36434: [compiler-rt] Get rid of "%T" expansions

Filipe Cabecinhas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 02:55:22 PDT 2018


filcab accepted this revision.
filcab added a comment.

Hi Kuba,

This has stalled for a while. Can you update + commit?

Thank you,
Filipe



================
Comment at: test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc:6
 
-// RUN: mkdir -p %T/dyld_insert_libraries_reexec
+// RUN: rm -rf %t
+// RUN: mkdir -p %t
----------------
Minor nit: Make this `%t-dir`, like the others.


https://reviews.llvm.org/D36434





More information about the llvm-commits mailing list