From c86696a22a44a11d24a06c46c4f2f134cddec41a Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 20 Dec 2013 04:34:50 +0000 Subject: [PATCH] This test requires object emission. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197781 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/cu-ranges.ll | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1