kaby76 / swigged.llvm

A SWIG-generated wrapper of LLVM-C for C#. http://domemtech.com/_site/api/Swigged.LLVM.html
https://www.nuget.org/packages/swigged.llvm/
MIT License
6 stars 2 forks source link

Partition native library by targets #9

Open kaby76 opened 7 years ago

kaby76 commented 7 years ago

Not sure if it's possible, but the native library should be partitioned into multiple dll's. One dll for every target is too big, e.g., with debug, 500+ MB.

ice1000 commented 7 years ago

Really? Do you mean the target of this library is about 500+ MB when debugging?

Or if I use it as a dependency it's thin (In this case I'll consider this acceptable).