Hi Kostya,<br><br>
On Sat, Nov 15, 2014 at 1:53 PM, Volodymyr Kuznetsov <<a href="mailto:vova.kuznetsov@epfl.ch" target="_blank">vova.kuznetsov@epfl.ch</a>> wrote:<br>
> Do you think moving the pass to lib/Transform/Instrumentation but<br>
> scheduling it during code generation would make sense ? If so, we'll<br>
> do that and change the safestack tests to use opt instead of llc.<br>
<br>I tried to move the SafeStack to lib/Transform/Instrumentation, but I realized that the SafeStack pass depends on TargetMachine: it gets the stack alignment from TargetFrameLowering and the location of the unsafe stack pointer from TargetLowering. It seems that making TargetMachine available in opt would require opt to depend on more things from CodeGen than it normally should.<br>
<br>
- Vova<br>