Other than the clang thing, it looks reasonable to me, but I'm not really an expert in the API we want for MC.
================ Comment at: test/CodeGen/2013-08-01-invalid-attributes.s:1 @@ +1,2 @@ +// RUN: %clang_cc1as -triple i686--linux-gnu -filetype obj -o /dev/null %s + ---------------- Using clang in an LLVM test is probably dodgy. http://llvm-reviews.chandlerc.com/D1293 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
