mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
536f28188c
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
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" }
|
|
]
|
|
}
|
|
]
|