projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceba071
)
Remove assert. There may be target-dependent attributes left.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 25 Mar 2013 17:42:20 +0000
(17:42 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 25 Mar 2013 17:42:20 +0000
(17:42 +0000)
llvm-svn: 177878
llvm/lib/Target/CppBackend/CPPBackend.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/CppBackend/CPPBackend.cpp
b/llvm/lib/Target/CppBackend/CPPBackend.cpp
index
604abf9
..
3e69098
100644
(file)
--- a/
llvm/lib/Target/CppBackend/CPPBackend.cpp
+++ b/
llvm/lib/Target/CppBackend/CPPBackend.cpp
@@
-518,7
+518,6
@@
void CppWriter::printAttributes(const AttributeSet &PAL,
attrs.removeAttribute(Attribute::StackAlignment);
}
- assert(!attrs.hasAttributes() && "Unhandled attribute!");
Out << "PAS = AttributeSet::get(mod->getContext(), ";
if (index == ~0U)
Out << "~0U,";