[llvm] r271614 - Testcase cleanup: remove an unused RUN line in an input file.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 16:58:53 PDT 2016


Author: adrian
Date: Thu Jun  2 18:58:52 2016
New Revision: 271614

URL: http://llvm.org/viewvc/llvm-project?rev=271614&view=rev
Log:
Testcase cleanup: remove an unused RUN line in an input file.

Modified:
    llvm/trunk/test/DebugInfo/Inputs/gmlt.ll

Modified: llvm/trunk/test/DebugInfo/Inputs/gmlt.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Inputs/gmlt.ll?rev=271614&r1=271613&r2=271614&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Inputs/gmlt.ll (original)
+++ llvm/trunk/test/DebugInfo/Inputs/gmlt.ll Thu Jun  2 18:58:52 2016
@@ -1,5 +1,4 @@
 ; REQUIRES: object-emission
-; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
 
 ; Generated from the following source compiled with clang++ -gmlt:
 ; void f1() {}




More information about the llvm-commits mailing list