search for: c9da3115

Displaying 3 results from an estimated 3 matches for "c9da3115".

2013 Jun 26
0
[LLVMdev] Proposal: extended MDString syntax
Hi Dan, I am not against adding multi-line support for Metadata. I am also okay with your syntax, and I am also okay with other solutions, such as escaping of \n’s or adopting c-style concatenations of strings on multiple lines. But I think that serialization of MachineFunction should not be done in metadata. I understand the problem that you pointer out that machine instructions refer to
2013 Jun 26
2
[LLVMdev] Proposal: extended MDString syntax
...k metadata is the right container? This alone isn't really helpful at moving us toward something that there has been widespread agreement LLVM needs. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130626/c9da3115/attachment.html>
2013 Jun 26
2
[LLVMdev] Proposal: extended MDString syntax
Hello, I propose a new syntax for metadata strings (MDStrings) which would allow string data to be spread over multiple lines: !0 = metadata !{metadata !""" hello world """} The special three-quote sequence marks the beginning and end of a multi-line string. This syntax could have a variety of uses, but of particular interest is that it could be used as a basis