llpe
llpe copied to clipboard
update to support llvm-10
This fixes compiling against llvm 10.0.1 Also adds build directory to .gitignore
If this request is merged, I can also update the documentation.
Remind me, what are the consequences of never populating TargetLibraryInfo?
I believe it is an optional parameter in every use of TargetLibraryInfo and defaults to nullptr.
I am not sure if it changes behavior or not, but the compiled llpe seems to work fine.