david.dewey at comcast.net
2012-Nov-29 20:21 UTC
[LLVMdev] ConstantArray::getAsString in LLVM 3.1
Hello, I'm working on porting a project to LLVM 3.1. Unfortunately, my project makes very heavy use of ContantArray::getAsString() -- which was removed in LLVM 3.1. Is there an equivalent in 3.1? In other words, what is the best way to get the value of a string that was stored in a ConstantArray? Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121129/f0e6962e/attachment.html>
Hi David,> I'm working on porting a project to LLVM 3.1. Unfortunately, my project makes > very heavy use of ContantArray::getAsString() -- which was removed in LLVM 3.1. > Is there an equivalent in 3.1? In other words, what is the best way to get > the value of a string that was stored in a ConstantArray?try ConstantDataSequential::getAsString Ciao, Duncan.
Seemingly Similar Threads
- [LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
- [LLVMdev] could you give me some advice ?
- [LLVMdev] Strange behavior when converting arrays to strings
- [LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
- [LLVMdev] Strange behavior when converting arrays to strings