From: Eric Christopher Date: Fri, 20 Dec 2013 04:34:50 +0000 (+0000) Subject: This test requires object emission. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c86696a22a44a11d24a06c46c4f2f134cddec41a;p=oota-llvm.git This test requires object emission. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197781 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/cu-ranges.ll b/test/DebugInfo/cu-ranges.ll index d01b0770948..794100cdec8 100644 --- a/test/DebugInfo/cu-ranges.ll +++ b/test/DebugInfo/cu-ranges.ll @@ -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