summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-06-21 23:17:13 +0000
committerSean Silva <silvas@purdue.edu>2013-06-21 23:17:13 +0000
commite5c41896b3068e8601db2688cf618c5d16064973 (patch)
tree428a612240db1c56cfdbe7adac2e11049559553a
parent2d47ffd3da62b8bf6a4c553602d463ebc109aabb (diff)
downloadbcm5719-llvm-e5c41896b3068e8601db2688cf618c5d16064973.tar.gz
bcm5719-llvm-e5c41896b3068e8601db2688cf618c5d16064973.zip
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. llvm-svn: 184607
-rw-r--r--llvm/test/Object/yaml2obj-elf-symbol-basic.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Object/yaml2obj-elf-symbol-basic.yaml b/llvm/test/Object/yaml2obj-elf-symbol-basic.yaml
index 30aa96c203e..d54e2f05c3c 100644
--- a/llvm/test/Object/yaml2obj-elf-symbol-basic.yaml
+++ b/llvm/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
OpenPOWER on IntegriCloud