[PATCH] D47251: Add a lit reproducer for PR37091

2018-05-28 Thread David Stenberg via Phabricator via cfe-commits
dstenb abandoned this revision. dstenb added a comment. Merged into https://reviews.llvm.org/D45686. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D47251 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/

[PATCH] D47251: Add a lit reproducer for PR37091

2018-05-23 Thread David Stenberg via Phabricator via cfe-commits
dstenb created this revision. Herald added a subscriber: cfe-commits. This adds a lit reproducer that verifies that no temporary assembly files are left behind when using clang-tidy with a target that does not support the internal assembler. The fix is in Tooling (https://reviews.llvm.org/D45686)