https://github.com/jhuber6 commented:
This compiles the files individually, which somewhat works, but if you use libraries you'll end up with object linking. Might be fine for compiler-rt because I think the function resource usage is smaller than an indirect call, but it'll be slow. https://github.com/llvm/llvm-project/pull/201135 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
