mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
These were implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7d1ab0ab3
commit
be6fe28f75
@ -537,15 +537,16 @@ bits.</p></li>
|
||||
Declaring that functions have no side effects or that they can never
|
||||
return.<br>
|
||||
|
||||
<b>Supported:</b> <tt>alias</tt>, <tt>always_inline</tt>, <tt>cdecl</tt>,
|
||||
<tt>constructor</tt>, <tt>destructor</tt>,
|
||||
<b>Supported:</b> <tt>alias</tt>, <tt>always_inline</tt>, <tt>cdecl</tt>,
|
||||
<tt>const</tt>, <tt>constructor</tt>, <tt>destructor</tt>,
|
||||
<tt>deprecated</tt>, <tt>fastcall</tt>, <tt>format</tt>,
|
||||
<tt>format_arg</tt>, <tt>non_null</tt>, <tt>noinline</tt>, <tt>noreturn</tt>, <tt>regparm</tt>
|
||||
<tt>format_arg</tt>, <tt>non_null</tt>, <tt>noinline</tt>,
|
||||
<tt>noreturn</tt>, <tt>pure</tt>, <tt>regparm</tt>
|
||||
<tt>section</tt>, <tt>stdcall</tt>, <tt>unused</tt>, <tt>used</tt>,
|
||||
<tt>visibility</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br>
|
||||
|
||||
<b>Ignored:</b> <tt>pure</tt>, <tt>const</tt>, <tt>nothrow</tt>,
|
||||
<tt>malloc</tt>, <tt>no_instrument_function</tt></li>
|
||||
<b>Ignored:</b> <tt>nothrow</tt>, <tt>malloc</tt>,
|
||||
<tt>no_instrument_function</tt></li>
|
||||
</ol>
|
||||
</li>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user