[lld] r288132 - [ELF][MIPS] Add new check to the test case in attempt to investigate Windows build-bot failure
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 03:19:47 PST 2016
Author: atanasyan
Date: Tue Nov 29 05:19:47 2016
New Revision: 288132
URL: http://llvm.org/viewvc/llvm-project?rev=288132&view=rev
Log:
[ELF][MIPS] Add new check to the test case in attempt to investigate Windows build-bot failure
Modified:
lld/trunk/test/ELF/mips-got16.s
Modified: lld/trunk/test/ELF/mips-got16.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/mips-got16.s?rev=288132&r1=288131&r2=288132&view=diff
==============================================================================
--- lld/trunk/test/ELF/mips-got16.s (original)
+++ lld/trunk/test/ELF/mips-got16.s Tue Nov 29 05:19:47 2016
@@ -2,11 +2,16 @@
# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t.o
# RUN: ld.lld %t.o -shared -o %t.so
-# RUN: llvm-objdump -d -t %t.so | FileCheck %s
+# RUN: llvm-objdump -s %t.so | FileCheck -check-prefix=RAW %s
# RUN: llvm-readobj -r -mips-plt-got %t.so | FileCheck -check-prefix=GOT %s
# REQUIRES: mips
+# RAW: Contents of section .got:
+# RAW-NEXT: 20000 00000000 80000000 00010000 00020000
+# RAW-NEXT: 20010 00030000 00040000 00050000 00060000
+# RAW-NEXT: 20020 00051008 00000000
+
# CHECK: Disassembly of section .text:
# CHECK-NEXT: __start:
# CHECK-NEXT: 10000: 8f 88 80 18 lw $8, -32744($gp)
More information about the llvm-commits
mailing list