summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-06-22 12:35:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-06-22 12:35:39 +0000
commitfe755c57f8958726b367253d8fe0c8bfb3404351 (patch)
tree11db161c939320bb15b61dfd785eff83e1627785 /test/MC
parent84dd75d8d271554a53b4f91063cace9a029b8ce7 (diff)
downloadllvm-fe755c57f8958726b367253d8fe0c8bfb3404351.tar.gz
llvm-fe755c57f8958726b367253d8fe0c8bfb3404351.tar.bz2
llvm-fe755c57f8958726b367253d8fe0c8bfb3404351.tar.xz
Introduce a Lit feature "debug_frame" and apply it to llvm/test/MC/ELF/cfi-version.ll.
.debug_frame is not emitted for targeting Windows x64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/ELF/cfi-version.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/ELF/cfi-version.ll b/test/MC/ELF/cfi-version.ll
index 0588fcd45d..10daa1dd40 100644
--- a/test/MC/ELF/cfi-version.ll
+++ b/test/MC/ELF/cfi-version.ll
@@ -2,6 +2,9 @@
; RUN: %llc_dwarf %s -o - -dwarf-version 3 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34
; RUN: %llc_dwarf %s -o - -dwarf-version 4 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34
+; .debug_frame is not emitted for targeting Windows x64.
+; REQUIRES: debug_frame
+
; Function Attrs: nounwind
define i32 @foo() #0 {
entry: