From 065dea70e5ad0185c6e4a93bc52e2d63e89b088c Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 31 May 2017 15:08:45 -0500 Subject: [PATCH] radeon: remove out of date LLVM_REVISION.txt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The file was introduced to track which LLVM revision was required, yet that has quickly gone out of shape. It has seen no updates since 2013. Cc: Nicolai Hähnle Cc: Marek Olšák Signed-off-by: Emil Velikov Reviewed-by: Aaron Watry --- src/gallium/drivers/radeon/LLVM_REVISION.txt | 1 - src/gallium/drivers/radeon/Makefile.am | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/gallium/drivers/radeon/LLVM_REVISION.txt diff --git a/src/gallium/drivers/radeon/LLVM_REVISION.txt b/src/gallium/drivers/radeon/LLVM_REVISION.txt deleted file mode 100644 index e840995..0000000 --- a/src/gallium/drivers/radeon/LLVM_REVISION.txt +++ /dev/null @@ -1 +0,0 @@ -@181269 diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am index 2be6af4..7f64b76 100644 --- a/src/gallium/drivers/radeon/Makefile.am +++ b/src/gallium/drivers/radeon/Makefile.am @@ -26,6 +26,3 @@ libradeon_la_LDFLAGS = \ $(LLVM_LDFLAGS) endif - -EXTRA_DIST = \ - LLVM_REVISION.txt -- 2.7.4