[PATCH] D14227: Add a new attribute: norecurse
James Molloy via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 05:05:12 PST 2015
jmolloy added inline comments.
================
Comment at: test/Bindings/llvm-c/invalid-bitcode.test:3
@@ -2,2 +2,2 @@
-CHECK: Error parsing bitcode: Unknown attribute kind (48)
+CHECK: Error parsing bitcode: Unknown attribute kind (50)
----------------
These invalid bitcode tests were checking an attribute that is now valid.
I've updated the binary bitcode file to use attribute "50" instead - but obviously phab can't show that.
Repository:
rL LLVM
http://reviews.llvm.org/D14227
More information about the llvm-commits
mailing list