https://bugs.freedesktop.org/show_bug.cgi?id=89685
--- Comment #19 from Kevin <wittyman37 at yahoo.com> --- OK, I now see that I am dumb and I typed -pl instead of p1. I downloaded mesa-10.5.4.tar.gz from ftp://ftp.freedesktop.org/pub/mesa/10.5.4/ and unpacked it. I then tried to patch but it seems the file needed is missing. Sorry for my noobness, I am trying to learn. $ patch -p1 < ~/Downloads/0001-R600-SI-Add-VCC-as-an-implict-def-of-SI_KILL.patch can't find file to patch at input line 16 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 36d89bfaa834151adbc56315c771e1ba7fa12c7f Mon Sep 17 00:00:00 2001 |From: Tom Stellard <thomas.stellard at amd.com> |Date: Tue, 31 Mar 2015 17:52:24 +0000 |Subject: [PATCH] R600/SI: Add VCC as an implict def of SI_KILL | |When SI_KILL has a register operand, its lowered form writes to vcc. |--- | lib/Target/R600/SIInstructions.td | 9 ++++++--- | test/CodeGen/R600/llvm.AMDGPU.kill.ll | 16 ++++++++++++++++ | 2 files changed, 22 insertions(+), 3 deletions(-) | |diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td |index 95b2470..d1db4ab 100644 |--- a/lib/Target/R600/SIInstructions.td |+++ b/lib/Target/R600/SIInstructions.td -------------------------- File to patch: ^C -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150430/41597b40/attachment-0001.html>