how to dump the generated arm64 aot file ?
Hi
According the article [Reverse-engineering Rosetta 2 part1: Analyzing AOT files and the Rosetta 2 runtime](https://ffri.github.io/ProjectChampollion/part1/) , the M1 rosetta system will generate a arm64 aot file when run x64 file.
this is a simple x86_64 hello example in my m1 :
this is the generated arm64 file:
so, In FEX, Is it will generate some Intermediate format file , like IR-aot, arm64 aot file , to simpify debugging , analyzing, optimizing ? how to enable or dump it ?