summaryrefslogtreecommitdiffstats
path: root/abs/extra/llvm/disable-llvm-symbolizer-test.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2019-02-21 15:56:44 (GMT)
committerBritney Fransen <brfransen@gmail.com>2019-02-21 15:56:44 (GMT)
commit998c5fe43ec03366f26f1430c6453d623f314a51 (patch)
tree4bfc6f49df13ad7fe21667051430c537864a718c /abs/extra/llvm/disable-llvm-symbolizer-test.patch
parent65fb0683c063752f4b263203a737f6c3ae0a782e (diff)
downloadlinhes_pkgbuild-998c5fe43ec03366f26f1430c6453d623f314a51.zip
linhes_pkgbuild-998c5fe43ec03366f26f1430c6453d623f314a51.tar.gz
linhes_pkgbuild-998c5fe43ec03366f26f1430c6453d623f314a51.tar.bz2
llvm: update to 7.0.1
Diffstat (limited to 'abs/extra/llvm/disable-llvm-symbolizer-test.patch')
-rw-r--r--abs/extra/llvm/disable-llvm-symbolizer-test.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/extra/llvm/disable-llvm-symbolizer-test.patch b/abs/extra/llvm/disable-llvm-symbolizer-test.patch
deleted file mode 100644
index f949169..0000000
--- a/abs/extra/llvm/disable-llvm-symbolizer-test.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Silent a test failing on yakkety amd64
- /tmp/buildd/llvm-toolchain-snapshot-4.0~svn279801/test/tools/llvm-symbolizer/print_context.c:16:11: error: expected string not found in input
- // CHECK: inc
- ^
- <stdin>:1:1: note: scanning from here
- _fini
- ^
- <stdin>:1:3: note: possible intended match here
- _fini
- ^
-Author: Sylvestre <sylvestre@debian.org>
-Last-Update: 2016-08-26
-
-Index: llvm-toolchain-3.9-3.9~+rc1/test/tools/llvm-symbolizer/print_context.c
-===================================================================
---- llvm-toolchain-3.9-3.9~+rc1.orig/test/tools/llvm-symbolizer/print_context.c
-+++ llvm-toolchain-3.9-3.9~+rc1/test/tools/llvm-symbolizer/print_context.c
-@@ -1,7 +1,7 @@
- // REQUIRES: x86_64-linux
- // RUN: %host_cc -O0 -g %s -o %t 2>&1
- // RUN: %t 2>&1 | llvm-symbolizer -print-source-context-lines=5 -obj=%t | FileCheck %s
--
-+// XFAIL: *
- #include <stdio.h>
-
- int inc(int a) {