From 048d74c46cede82b0dd756e071f0d5d9cf7d4561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 9 May 2017 11:19:34 +0200 Subject: [PATCH] llvm: fix build with gcc-7.1.0 --- srcpkgs/llvm/patches/gcc7-functional.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/llvm/patches/gcc7-functional.patch diff --git a/srcpkgs/llvm/patches/gcc7-functional.patch b/srcpkgs/llvm/patches/gcc7-functional.patch new file mode 100644 index 00000000000..23b1525918c --- /dev/null +++ b/srcpkgs/llvm/patches/gcc7-functional.patch @@ -0,0 +1,10 @@ +--- tools/lldb/include/lldb/Utility/TaskPool.h 2016-09-06 22:57:50.000000000 +0200 ++++ tools/lldb/include/lldb/Utility/TaskPool.h 2017-05-09 10:11:17.802838086 +0200 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + // Global TaskPool class for running tasks in parallel on a set of worker thread + // created the first