[PATCH] [CodeGen] prevent abort on invalid attributes

Tim Northover t.p.northover at gmail.com
Tue Aug 6 09:26:36 PDT 2013


  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



More information about the llvm-commits mailing list