[PATCH] D29770: [Assembler] Inline assembly diagnostics test.

Jim Grosbach via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 09:00:03 PST 2017


grosbach added a comment.

Eric is correct. These tests would be more suitable in llc. The clang tests should check that the inline asm is inserted into the IR in the correct form if there's any difference pre and post patch (I don't think there is?).


https://reviews.llvm.org/D29770





More information about the llvm-commits mailing list