[llvm] r197781 - This test requires object emission.

Eric Christopher echristo at gmail.com
Thu Dec 19 20:34:50 PST 2013


Author: echristo
Date: Thu Dec 19 22:34:50 2013
New Revision: 197781

URL: http://llvm.org/viewvc/llvm-project?rev=197781&view=rev
Log:
This test requires object emission.

Modified:
    llvm/trunk/test/DebugInfo/cu-ranges.ll

Modified: llvm/trunk/test/DebugInfo/cu-ranges.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/cu-ranges.ll?rev=197781&r1=197780&r2=197781&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/cu-ranges.ll (original)
+++ llvm/trunk/test/DebugInfo/cu-ranges.ll Thu Dec 19 22:34:50 2013
@@ -1,3 +1,4 @@
+; REQUIRES: object-emission
 ; RUN: llc -O0 -filetype=obj -generate-dwarf-cu-ranges %s -o %t
 ; RUN: llvm-dwarfdump %t | FileCheck %s
 





More information about the llvm-commits mailing list