Is there any documentation on the format of string literals that can appear in globals? Specifically, it seems to start with a c"...", but I'm not sure what all is allowed in the ... The only thing I've seen are ascii characters and escape characters that are in hexadecimal. Is anything else allowed?
On Mon, 16 Jul 2007, Ben Chambers wrote:> Is there any documentation on the format of string literals that can > appear in globals? Specifically, it seems to start with a c"...", but > I'm not sure what all is allowed in the ... The only thing I've seen > are ascii characters and escape characters that are in hexadecimal. > Is anything else allowed?That should be it. Please check out the code in lib/AsmParser to verify for sure. -Chris -- http://nondot.org/sabre/ http://llvm.org/
Maybe Matching Threads
- [LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
- [LLVMdev] Floating point constants (bug?)
- [LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
- [LLVMdev] Floating point number format in .ll files changed?
- [LLVMdev] Floating point number format in .ll files changed?