File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,11 @@ <h1 style="color:red">These are in-progress notes for the upcoming LLVM 2.8
322
322
these routines tend to perform costly dereference operations more than once. You
323
323
have to dereference the iterators yourself and pass them in.
324
324
</ li >
325
+ < li >
326
+ The < tt > Pass(intptr_t)</ tt > and < tt > Pass(const void*)</ tt > got replaced with a
327
+ < tt > Pass(char&)</ tt > constructor. This means you have to use ifdefs if you
328
+ want your pass to work with both LLVM 2.7 and 2.8
329
+ </ li >
325
330
< li >
326
331
llvm.memcpy.*, llvm.memset.*, llvm.memmove.* (and possibly other?) intrinsics
327
332
take an extra parameter now (i1 isVolatile), totaling 5 parameters.
@@ -359,7 +364,7 @@ <h1 style="color:red">These are in-progress notes for the upcoming LLVM 2.8
359
364
< li > llvm_install_error_handler -> install_fatal_error_handler</ li >
360
365
< li > llvm::DwarfExceptionHandling -> llvm::JITExceptionHandling</ li >
361
366
</ ul >
362
- </ li >
367
+ </ li >
363
368
</ ul >
364
369
365
370
</ div >
You can’t perform that action at this time.
0 commit comments