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/
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)