diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-05 04:31:09 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-05 04:31:09 +0000 |
commit | 3f26127c0ba8ee97aa7a55800fbea300cb9a94e7 (patch) | |
tree | 567b2c5a448642d2f06ef50e090c707d91bba35f /test/tools | |
parent | 8eb25ee6d8932ac94de47401f8f075e39cf5c9d9 (diff) |
Loosen this test.
Looks like there is a big endian/little endian problem here. Loosen the
test to try to get the bots green while llvm builds on a ppc qemu vm.
The failure was in http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools')
-rw-r--r-- | test/tools/llvm-readobj/sections.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/llvm-readobj/sections.test b/test/tools/llvm-readobj/sections.test index 84154d759c..beda1ad5fe 100644 --- a/test/tools/llvm-readobj/sections.test +++ b/test/tools/llvm-readobj/sections.test @@ -79,7 +79,7 @@ ELF-NEXT: } MACHO: Sections [ MACHO-NEXT: Section { MACHO-NEXT: Index: 0 -MACHO-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00) +MACHO-NEXT: Name: __text ( MACHO-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) MACHO-NEXT: Address: 0x0 MACHO-NEXT: Size: 0x22 |