mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
Add API changes which affected me to release notes:
- DbgStopPointInst - Attributes (needs filling in) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4bb48adc3
commit
43778b3859
@ -85,6 +85,11 @@ It includes a large number of features and refinements from LLVM 2.3.</p>
|
||||
|
||||
<ul>
|
||||
<li>....</li>
|
||||
|
||||
<li>... Attributes changes ... </li>
|
||||
|
||||
<li>The <tt>DbgStopPointInst</tt> methods <tt>getDirectory</tt> and <tt>getFileName</tt> now return <tt>Value*</tt> instead of strings. These can be converted to strings using <tt>llvm::GetConstantStringInfo</tt> defined via "llvm/Analysis/ValueTracking.h".
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user