probinson accepted this revision. probinson added a comment. This revision is now accepted and ready to land.
Using `%t` with suffixes instead of `%T` is the preferred idiom, glad you worked that out. The more elaborate test depends on a set of Posix-y calls, but that's fine. If there are more environments that can't handle it, the bots will find them for you. :-) LGTM with the fancier test, once you fix the missing RUN. (The RUN prefixes are how lit decides which lines are the test script.) ================ Comment at: test/profile/instrprof-set-dir-mode2.c:3 +// RUN: %clang_pgogen -o %t.bin %s -DTESTPATH=\"%t.dir\" +// rm -rf %t.dir +// RUN: %run %t.bin ---------------- This needs a RUN: in front of it, I think. https://reviews.llvm.org/D49953 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits