Remove is_like_X flags from target specs #38732
Labels
A-target-specs
Area: Compile-target specifications
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
Today target specs have
is_like_openbsd
,is_like_osx
,is_like_solaris
,is_like_windows
,is_like_android
,is_like_msvc
fields. These all seem to amount to queryingtarget_os
. They could instead be methods on target spec.cc #36900 (comment)
The text was updated successfully, but these errors were encountered: