jhuber6 wrote: @wenju-he @frasercrmck General question, how difficult would it be to port this project to use `add_library` instead? We would need some custom language support, that's just CMake boilerplate. Getting the final linked library can easily be done with a custom command to call `llvm-link` as `llvm-link` on a static library will link everything inside it.
https://github.com/llvm/llvm-project/pull/174022 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
