Remove unnecessary patch to ignore -Wbounded, it was included upstream

elsewhere in the file. Reported by Amit Kulkarni.
This commit is contained in:
sthen 2011-12-15 08:39:51 +00:00
parent 9a5c4fb817
commit f0bb115a15
2 changed files with 2 additions and 12 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.35 2011/12/14 22:58:23 sthen Exp $
# $OpenBSD: Makefile,v 1.36 2011/12/15 08:39:51 sthen Exp $
SHARED_LIBS += libclang 0.0 # 3.0
COMMENT = modular, fast C/C++/ObjC compiler, static analyzer and tools
LLVM_V = 3.0
REVISION = 0
DISTNAME = llvm-${LLVM_V}
CATEGORIES = devel

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-tools_clang_lib_Sema_AttributeList_cpp,v 1.2 2011/12/14 22:58:23 sthen Exp $
--- tools/clang/lib/Sema/AttributeList.cpp.orig Wed Oct 5 13:03:03 2011
+++ tools/clang/lib/Sema/AttributeList.cpp Sun Oct 23 02:24:42 2011
@@ -201,6 +201,7 @@ AttributeList::Kind AttributeList::getKind(const Ident
.Case("__fastcall", AT_fastcall)
.Case("__thiscall", AT_thiscall)
.Case("__pascal", AT_pascal)
+ .Case("bounded", IgnoredAttribute) // XXX
.Case("constant", AT_constant)
.Case("device", AT_device)
.Case("global", AT_global)