jhuber6 wrote: So, I'm wondering if we could do a clang configuration file based solution for this. The problem that I see now is that we'd like to make some clang configuration files only active for a certain language. I think we already have OS specific files and target specific files, so it might be possible to have language specific ones as well?
Also, we need to be able to do something like `-rpath <CFGDIR>../lib/x86_64-unknown-linux-gnu` but without hardcoding the triple. Is that a way to get the LLVM default triple in these things? What do you think @MaskRay. https://github.com/llvm/llvm-project/pull/82004 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits