This fixes a usage of createTemporaryFile in clang repo after
a change in llvm repo.
Details
Details
- Reviewers
klimek bkramer krasimir • espindola ilya-biryukov - Commits
- rG749788eab656: Updated a usage of createTemporaryFile that does not expect file to be created.
rC327852: Updated a usage of createTemporaryFile that does not expect file to be created.
rL327852: Updated a usage of createTemporaryFile that does not expect file to be created.
Diff Detail
Diff Detail
- Repository
- rL LLVM