summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-12-20 04:34:50 +0000
committerEric Christopher <echristo@gmail.com>2013-12-20 04:34:50 +0000
commitc86696a22a44a11d24a06c46c4f2f134cddec41a (patch)
tree5e1a1ad556ff8bb8bea784faab961a2ab63994bc /test/DebugInfo
parentd1946f7afe06924fdf7d3c9ad4b111aef8294ee1 (diff)
downloadllvm-c86696a22a44a11d24a06c46c4f2f134cddec41a.tar.gz
llvm-c86696a22a44a11d24a06c46c4f2f134cddec41a.tar.bz2
llvm-c86696a22a44a11d24a06c46c4f2f134cddec41a.tar.xz
This test requires object emission.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/cu-ranges.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/cu-ranges.ll b/test/DebugInfo/cu-ranges.ll
index d01b077094..794100cdec 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