Displaying 1 result from an estimated 1 matches for "867aaaa3".
2017 Jun 13
2
Which PM preferred for llvm 4.0 out-of-source passes?
I'm maintaining a set of out-of-source passes originally developed for llvm
3.6 and 3.7. They're written to assume that "opt" will use what's now
called the legacy PM.
I'm trying to move everything up to llvm 4.0+, and it's not obvious which
PM these passes should be written for: the legacy PM, or the new one. Any
advice?
One problem is that I can't tell if