[llvm] r319865 - [WebAssembly] Fix test breakage from r319810

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 17:02:44 PST 2017


Author: dschuff
Date: Tue Dec  5 17:02:44 2017
New Revision: 319865

URL: http://llvm.org/viewvc/llvm-project?rev=319865&view=rev
Log:
[WebAssembly] Fix test breakage from r319810

Modified:
    llvm/trunk/test/MC/WebAssembly/stack-ptr.ll

Modified: llvm/trunk/test/MC/WebAssembly/stack-ptr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/WebAssembly/stack-ptr.ll?rev=319865&r1=319864&r2=319865&view=diff
==============================================================================
--- llvm/trunk/test/MC/WebAssembly/stack-ptr.ll (original)
+++ llvm/trunk/test/MC/WebAssembly/stack-ptr.ll Tue Dec  5 17:02:44 2017
@@ -14,7 +14,7 @@ entry:
 ; CHECK:         Field:           __stack_pointer
 ; CHECK:         Kind:            GLOBAL
 ; CHECK:         GlobalType:      I32
-; CHECK:         GlobalMutable:   false
+; CHECK:         GlobalMutable:   true
 ; CHECK:   - Type:            CODE
 ; CHECK:     Relocations:
 ; CHECK:       - Type:            R_WEBASSEMBLY_GLOBAL_INDEX_LEB




More information about the llvm-commits mailing list