JuliaHubOSS / llvm-cbe

resurrected LLVM "C Backend", with improvements
Other
846 stars 146 forks source link

Add reference macro to generated c output. #53

Closed jimmyw closed 4 years ago

jimmyw commented 5 years ago

Usefull for debugging purpose as the gdb will point to the line in the original source file, but also will make the generated c code little more easy to decode while reading.