[llvm] r273656 - Remove hack introduced by r273641.
George Burgess IV via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 23:58:15 PDT 2016
Author: gbiv
Date: Fri Jun 24 01:58:15 2016
New Revision: 273656
URL: http://llvm.org/viewvc/llvm-project?rev=273656&view=rev
Log:
Remove hack introduced by r273641.
Hopefully the buildbots have had enough time to pick this up by now.
Modified:
llvm/trunk/test/DebugInfo/X86/pr28270.ll
Modified: llvm/trunk/test/DebugInfo/X86/pr28270.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/pr28270.ll?rev=273656&r1=273655&r2=273656&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/pr28270.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/pr28270.ll Fri Jun 24 01:58:15 2016
@@ -1,6 +1,4 @@
; RUN: llc < %s
-; RUN: rm -f %S/pr28270.s
-; ^ Temporary hack to fix buildbots.
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
More information about the llvm-commits
mailing list