diff options
author | Sean Silva <silvas@purdue.edu> | 2013-06-21 23:17:13 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-06-21 23:17:13 +0000 |
commit | 6f0ca0c59048b661bbf492429ff42ce137108626 (patch) | |
tree | 5727315f28a16f177fb6b963be0b46d231de2fb8 /test/Object/yaml2obj-elf-symbol-basic.yaml | |
parent | 8fa38898ffb0b1d295e45586c8452e49daddc751 (diff) | |
download | external_llvm-6f0ca0c59048b661bbf492429ff42ce137108626.zip external_llvm-6f0ca0c59048b661bbf492429ff42ce137108626.tar.gz external_llvm-6f0ca0c59048b661bbf492429ff42ce137108626.tar.bz2 |
This was a nifty test, but remove it.
It wouldn't really test anything that doesn't already have a more
targeted test:
`yaml2obj-elf-section-basic.yaml`:
Already tests that section content is correctly passed though.
`yaml2obj-elf-symbol-basic.yaml` (this file):
Tests that the st_value and st_size attributes of `main` are set
correctly.
Between those two tests, disassembling the file doesn't really add
anything, so just remove mention of disassembling the file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object/yaml2obj-elf-symbol-basic.yaml')
-rw-r--r-- | test/Object/yaml2obj-elf-symbol-basic.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Object/yaml2obj-elf-symbol-basic.yaml b/test/Object/yaml2obj-elf-symbol-basic.yaml index 30aa96c..d54e2f0 100644 --- a/test/Object/yaml2obj-elf-symbol-basic.yaml +++ b/test/Object/yaml2obj-elf-symbol-basic.yaml @@ -40,9 +40,3 @@ Sections: # CHECK: Symbol { # CHECK: Name: undefined_symbol # CHECK: Section: (0x0) - -# How to conditionalize on X86 being present? -# yaml2obj -format=elf %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s --check-prefix=DISASSEMBLY -# DISASSEMBLY: Disassembly of section .text: -# DISASSEMBLY-NEXT: main: -# DISASSEMBLY-NEXT: 1: jmp -2 |