We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b911ede commit 8342c26Copy full SHA for 8342c26
lld/test/wasm/stack-first.test
@@ -12,7 +12,7 @@ RUN: obj2yaml %t.wasm | FileCheck %s
12
RUN: wasm-ld -z stack-size=512 --stack-first --no-stack-first --export=__data_end --export=__heap_base --export=someByte -o %t.wasm %t.o
13
RUN: obj2yaml %t.wasm | FileCheck %s --check-prefix=NOT-FIRST
14
15
-; Check that the default
+; Check that the default is no-stack-first
16
RUN: wasm-ld -z stack-size=512 --export=__data_end --export=__heap_base --export=someByte -o %t.wasm %t.o
17
18
0 commit comments