From bfe079b129fa7aee49b07aa803d2d4f6e06c0632 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 25 Jun 2017 19:08:04 +0200 Subject: [PATCH] llvm: put gcc7 patch where it belongs. --- .../{patches => files/patches/lldb}/gcc7-functional.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename srcpkgs/llvm/{patches => files/patches/lldb}/gcc7-functional.patch (55%) diff --git a/srcpkgs/llvm/patches/gcc7-functional.patch b/srcpkgs/llvm/files/patches/lldb/gcc7-functional.patch similarity index 55% rename from srcpkgs/llvm/patches/gcc7-functional.patch rename to srcpkgs/llvm/files/patches/lldb/gcc7-functional.patch index 23b1525918c..f4d6c349fa1 100644 --- a/srcpkgs/llvm/patches/gcc7-functional.patch +++ b/srcpkgs/llvm/files/patches/lldb/gcc7-functional.patch @@ -1,5 +1,5 @@ ---- 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 +--- lldb/include/lldb/Utility/TaskPool.h 2016-09-06 22:57:50.000000000 +0200 ++++ lldb/include/lldb/Utility/TaskPool.h 2017-05-09 10:11:17.802838086 +0200 @@ -33,6 +33,7 @@ #include #include