search for: 8105dc8a

Displaying 2 results from an estimated 2 matches for "8105dc8a".

2007 Dec 17
0
[LLVMdev] PointerType API Change
...l. >>> >>> Excellent idea, >>> >>> -Chris >> >> -- >> Christopher Lamb > -- Christopher Lamb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071217/8105dc8a/attachment.html>
2007 Dec 17
2
[LLVMdev] PointerType API Change
Would it be possible to keep get() unchanged, with a default behaviour, plus a warning? Otherwise everybody (assuming everybody gets type void*) will have to update their LLVM passes, and either maintain two versions of the passes or require their clients to use a certain LLVM version. Then passes could be "address-space-safe" or not. If the default parameter value for get() could