llpe icon indicating copy to clipboard operation
llpe copied to clipboard

update to support llvm-10

Open bftjoe opened this issue 2 years ago • 2 comments

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.

bftjoe avatar Feb 27 '24 07:02 bftjoe

Remind me, what are the consequences of never populating TargetLibraryInfo?

smowton avatar Feb 27 '24 11:02 smowton

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.

bftjoe avatar Feb 27 '24 13:02 bftjoe