julia
9f28e065
- Fix FunctionMover for LLVM 3.6
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
11 years ago
Fix FunctionMover for LLVM 3.6 In LLVM 3.6, we may not enter CloneFunctionInto recursively. Instead, just create the prototypes when we get there and copy the body over later. This should also work on earlier LLVM versions, so is enabled there too.
Author
Keno
Committer
Keno
Parents
31173910
Loading