[llvm] cmake: Avoid using if(TARGET x AND TARGET y) (PR #159707)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 19 02:42:48 PDT 2025


arsenm wrote:

I was trying to fix the last build error, and figured the targets didn't exist. It turns out they do exist, just aren't executable. so yes probably should drop the target checks 

https://github.com/llvm/llvm-project/pull/159707


More information about the llvm-commits mailing list