nikic wrote:

The TLI dependency in Clang CodeGen is a pretty substantial departure from how 
things currently work -- with the major implication that you can no longer 
reliably run codegen for a target for which the corresponding LLVM backend has 
not been compiled. Currently, codegen tests assume that this is not required 
and that they can be run without `REQUIRES: *-registered-target`.

https://github.com/llvm/llvm-project/pull/101966
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to