Mercurial > hg > CbC > CbC_llvm
comparison test/DebugInfo/dwarfdump-zlib.test @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | 54457678186b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:95c75e76d11b |
---|---|
1 REQUIRES: zlib | |
2 | |
3 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-zlib.elf-x86-64 \ | |
4 RUN: | FileCheck %s -check-prefix FULLDUMP | |
5 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-zlib.elf-x86-64 \ | |
6 RUN: --address=0x400559 --functions | FileCheck %s -check-prefix MAIN | |
7 | |
8 FULLDUMP: .debug_abbrev contents | |
9 FULLDUMP: .debug_info contents | |
10 | |
11 MAIN: main | |
12 MAIN-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test-zlib.cc:16 |