search for: fbf360c9

Displaying 2 results from an estimated 2 matches for "fbf360c9".

2007 Dec 17
0
[LLVMdev] PointerType API Change
...ly to the llvm-dis process if the qualifiers did not survive through the input phase. Please revert r45097 when you get this working. Thanks! Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071217/fbf360c9/attachment.html>
2007 Dec 17
3
[LLVMdev] PointerType API Change
The API for getting PointerType objects has just changed to make Embedded C address space information explicit. The old semantics of PointerType::get() now apply to PointerType::getUnqual(), which returns a pointer in the generic address space. PointerType::get() now requires both a type and an address space. The clang, llvm-gcc-4.0, and llvm-gcc-4.2, and internal llvm projects have all