slycelote / caide-cpp-inliner

Transform a C++ program consisting of multiple source files and headers into a single self-contained source file without any external dependencies (except for standard system headers). Unused code is not included in the resulting file.
Other
32 stars 12 forks source link

Support Clang/LLVM with dynamic and static linking #21

Closed bahnwaerter closed 5 months ago

bahnwaerter commented 5 months ago

Until now, building the caide inliner with Clang/LLVM was not possible if Clang/LLVM was built for dynamic linking. This change now allows the caide inliner to be built with Clang/LLVM dynamic linking.