commit | 554743198c24177ce91035d7b9d2ad3da32bde3e | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Mon Nov 22 15:40:12 2021 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 23 06:56:03 2021 -0800 |
tree | db4eb9930d7733478405ef30ea3a2d49af1912b8 | |
parent | 37386caf17eeda0e8eb968167bb191bb200ccc81 [diff] |
[libc++] Tidy up how %T and %t are created during configuration checks 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. Differential Revision: https://reviews.llvm.org/D114390 GitOrigin-RevId: 13fa4fcfe70eaf5fdef6f8520fe134ac1d9955b1