[llvm] r321752 - AMDGPU: Remove dead file

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 10:45:43 PST 2018


Author: arsenm
Date: Wed Jan  3 10:45:42 2018
New Revision: 321752

URL: http://llvm.org/viewvc/llvm-project?rev=321752&view=rev
Log:
AMDGPU: Remove dead file

Removed:
    llvm/trunk/lib/Target/AMDGPU/Processors.td

Removed: llvm/trunk/lib/Target/AMDGPU/Processors.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/Processors.td?rev=321751&view=auto
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/Processors.td (original)
+++ llvm/trunk/lib/Target/AMDGPU/Processors.td (removed)
@@ -1,12 +0,0 @@
-//===-- Processors.td - AMDGPU Processor definitions ----------------------===//
-//
-//                     The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-FIXME: Deleting this file broke buildbots that don't do full rebuilds. This
-file is no longer used by the backend, so it can be deleted once all
-the buildbots update there dependencies.




More information about the llvm-commits mailing list