Dump the presence of attached metadata even if we don't know what it is. This
authorNick Lewycky <nicholas@mxc.ca>
Thu, 25 Feb 2010 06:53:04 +0000 (06:53 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 25 Feb 2010 06:53:04 +0000 (06:53 +0000)
commitfa0c54e3b88f103abb247e471917a6e6a5bb9a0f
treed6f2998d0a8ffc9a18c2b7370ecfc36176180aa0
parent58aa834d31c2c0f378c8de5ec0450c2ab5568a2a
Dump the presence of attached metadata even if we don't know what it is. This
format is not parsable, even if the module is legal. To get parsable output,
dump the module instead of the function or smaller, since metadata kind are
attached to the module (not the context).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97124 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp