mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 20:34:21 +00:00
add some typewriter tags
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c68ce066a5
commit
28034cde44
@ -929,13 +929,13 @@ configure with <tt>--enable-libffi</tt>.</li>
|
||||
API changes are:</p>
|
||||
|
||||
<ul>
|
||||
<li>Just about everything has been converted to use raw_ostream instead of
|
||||
std::ostream.</li>
|
||||
<li>llvm/ADT/iterator.h has been removed, just use <iterator>
|
||||
<li>Just about everything has been converted to use <tt>raw_ostream</tt> instead of
|
||||
<tt>std::ostream</tt>.</li>
|
||||
<li><tt>llvm/ADT/iterator.h</tt> has been removed, just use <tt><iterator></tt>
|
||||
instead.</li>
|
||||
<li>The Streams.h file and "DOUT" got removed, use "DEBUG(errs() << ...);"
|
||||
<li>The <tt>Streams.h</tt> file and <tt>DOUT</tt> got removed, use <tt>DEBUG(errs() << ...);</tt>
|
||||
instead.</li>
|
||||
<li>The TargetAsmInfo interface was renamed to MCAsmInfo.</li>
|
||||
<li>The <tt>TargetAsmInfo</tt> interface was renamed to <tt>MCAsmInfo</tt>.</li>
|
||||
<li><tt>ModuleProvider</tt> has been <a
|
||||
href="http://llvm.org/viewvc/llvm-project?view=rev&revision=94686">removed</a>
|
||||
and its methods moved to <tt>Module</tt> and <tt>GlobalValue</tt>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user