mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-17 21:42:12 +00:00
Add a few fairly obvious API changes I noticed while porting some old code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76636 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e748285e1b
commit
f6fa8ae267
@ -457,6 +457,14 @@ API changes are:</p>
|
|||||||
already exists. If <tt>Force</tt> is set to <tt>true</tt>, the file will
|
already exists. If <tt>Force</tt> is set to <tt>true</tt>, the file will
|
||||||
be silently truncated (which is the behavior before this flag was
|
be silently truncated (which is the behavior before this flag was
|
||||||
added).</li>
|
added).</li>
|
||||||
|
<li><tt>SCEVHandle</tt> no longer exists, because reference counting is no
|
||||||
|
longer done for <tt>SCEV*</tt> objects, instead <tt>const SCEV*</tt> should be
|
||||||
|
used.</li>
|
||||||
|
<li>llvm-dis now fails if output file exists, instead of dumping to stdout.
|
||||||
|
FIXME: describe any other tool changes due to the raw_fd_ostream change</li>
|
||||||
|
<li>temporarely due to Context API change passes should call doInitialization()
|
||||||
|
method of the pass they inherit from, otherwise Context is NULL.
|
||||||
|
FIXME: remove this entry when this is no longer needed.<li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user