File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
overlays/patches/wasm/llvm Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,16 @@ index 1f824b80bcd4..1025d3ee3026 100644
339
339
} else {
340
340
getStreamer().emitELFSize(Sym, Expr);
341
341
}
342
+ diff --git a/llvm/test/MC/WebAssembly/function-size-warning.s b/llvm/test/MC/WebAssembly/function-size-warning.s
343
+ index 627002dd3578..fd410d9ae67c 100644
344
+ --- a/llvm/test/MC/WebAssembly/function-size-warning.s
345
+ +++ b/llvm/test/MC/WebAssembly/function-size-warning.s
346
+ @@ -12,4 +12,4 @@ foo:
347
+ # assembly files.
348
+ .size foo, 0
349
+
350
+ - # CHECK: warning: .size directive ignored for function symbols
351
+ + # CHECK-ERROR: error: .size directive ignored for function symbols
342
352
diff --git a/llvm/test/MC/WebAssembly/null-output.s b/llvm/test/MC/WebAssembly/null-output.s
343
353
index fb15eecffc86..513e37d35039 100644
344
354
--- a/llvm/test/MC/WebAssembly/null-output.s
You can’t perform that action at this time.
0 commit comments