forked from OSchip/llvm-project
24830ea710
We are about to add enum attributes with AttrKind numbers >= 63. This means we cannot use AttrKind #63 to test for an invalid attribute number in the RAW format anymore. This patch changes the number of an invalid attribute to #255. There is no change to the character of the tests. Differential Revision: https://reviews.llvm.org/D64531 llvm-svn: 365722 |
||
---|---|---|
.. | ||
ARM | ||
Inputs | ||
X86 | ||
add_named_metadata_operand.ll | ||
atomics.ll | ||
calc.test | ||
callsite_attributes.ll | ||
debug_info.ll | ||
echo.ll | ||
empty.ll | ||
function_attributes.ll | ||
functions.ll | ||
globals.ll | ||
invalid-bitcode.test | ||
invoke.ll | ||
memops.ll | ||
objectfile.ll | ||
set_metadata.ll |