[PATCH] D42105: [WebAssembly] Symbol changes #4: export relocatable, LLD only

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 07:19:05 PST 2018


ncw added inline comments.


================
Comment at: test/wasm/call-indirect.ll:90
+; CHECK-NEXT:         Kind:            FUNCTION
+; CHECK-NEXT:         Index:           2
 ; CHECK-NEXT:       - Name:            call_ptr
----------------
Test expectations updated: some benign reordering of the imports, due to iterating over Symbols in order of definition, rather than in order of first use


================
Comment at: test/wasm/init-fini.ll:146
+; RELOC-NEXT:       - Name:            .Lregister_call_dtors.2002
+; RELOC-NEXT:         Flags:           [ BINDING_LOCAL ]
+; RELOC-NEXT:     InitFunctions:
----------------
Test expectation updated: HIDDEN/LOCAL flag should be written out for LLD's relocatable output


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42105





More information about the llvm-commits mailing list