Displaying 1 result from an estimated 1 matches for "d9ab26b7".
2016 Nov 09
2
[ORC] SimpleCompiler and module transformations
Hi devs, hi Lang,
I use ORC’s SimpleCompiler to compile modules into object files and it works just great, however I’m having an issue:
a module gets changed a bit when I compile it (some transformations/optimizations applied).
I tried to set optimization level of a TargetMachine to None, but the module gets changed anyway.
The question is: how can I prevent a module from being modified during