OSDN Git Service

AsmWriter: Parameterize the syntactic separator for attachments
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 24 Apr 2015 21:06:21 +0000 (21:06 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 24 Apr 2015 21:06:21 +0000 (21:06 +0000)
commit3be414736a67463ede1ff7f86e145897d79856fa
tree21f0b824ed21f4c0492bd4263d069ee76a493be2
parentc8be244db70dfc071528c5b4e9387df91f2b0031
AsmWriter: Parameterize the syntactic separator for attachments

Parameterize the separator for attachments, since `Function` metadata
attachments (PR23340) aren't going to use a `,` (comma).  No real
functionality change.

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