ian-twilightcoder wrote: Redo of https://github.com/llvm/llvm-project/pull/197791 which introduced an issue where triple matching wasn't working due to `armv7k-apple-watchos` getting transformed to `thumbv7k-apple-watchos`. That's an easy enough fix, but after digging through the code I found some other transforms that are more difficult to detect/rewind, so I changed it so that the system prefix is more aggressively returned, which is closer to older behavior where `Triple::isDriverKit()` was enough to set /System/DriverKit.
https://github.com/llvm/llvm-project/pull/204061 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
