mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
23 lines
404 B
JSON
23 lines
404 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test elf shared library (-Ox)",
|
||
|
"id": "elfso",
|
||
|
"format": "elf32",
|
||
|
"source": "elfso.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "elfso-ox.o" },
|
||
|
{ "stderr": "elfso-ox.stderr" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test elf shared library (-O0)",
|
||
|
"ref": "elfso",
|
||
|
"option": "-O0",
|
||
|
"target": [
|
||
|
{ "output": "elfso-o0.o" },
|
||
|
{ "stderr": "elfso-o0.stderr" }
|
||
|
]
|
||
|
}
|
||
|
]
|