Kyty/source/map_to_csv.lua
2021-12-01 19:29:27 +10:00

10 lines
217 B
Lua

target = arg[1]
compiler = arg[2]
bitness = arg[3]
linker = arg[4]
file_name = target.."_"..compiler.."_"..linker.."_"..bitness
map_to_csv(compiler.."_"..linker.."_"..bitness, file_name..".map", file_name..".csv")