mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Add missing attributes to the C++ backend's output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f0e0a0e58
commit
54f1536927
@ -470,6 +470,9 @@ void CppWriter::printAttributes(const AttrListPtr &PAL,
|
||||
HANDLE_ATTR(NoImplicitFloat);
|
||||
HANDLE_ATTR(Naked);
|
||||
HANDLE_ATTR(InlineHint);
|
||||
HANDLE_ATTR(Hotpatch);
|
||||
HANDLE_ATTR(UWTable);
|
||||
HANDLE_ATTR(NonLazyBind);
|
||||
#undef HANDLE_ATTR
|
||||
if (attrs & Attribute::StackAlignment)
|
||||
Out << " | Attribute::constructStackAlignmentFromInt("
|
||||
|
Loading…
Reference in New Issue
Block a user