Kyty/source/map_to_csv.lua

10 lines
217 B
Lua
Raw Normal View History

2021-12-01 09:29:27 +00:00
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")