[libcxx-commits] [PATCH] D114390: [libc++] Tidy up how %T and %t are created during configuration checks

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 22 13:12:45 PST 2021


ldionne created this revision.
Herald added a subscriber: arichardson.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Instead of having ad-hoc cleanup in various places, handle all creation
and removal of temporary files and directories inside _makeConfigTest.

As a fly-by, also remove testPrefix since we don't keep any source file
around anymore. Setting a prefix for the files is hence not useful anymore.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114390

Files:
  libcxx/utils/libcxx/test/dsl.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114390.389016.patch
Type: text/x-patch
Size: 4853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211122/fbe8120c/attachment-0001.bin>


More information about the libcxx-commits mailing list