You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace arch_preprocessor_flags with selects in preprocessor_flags
Summary:
Migrate all BUCK file usages of `arch_preprocessor_flags` to `select()` in
`preprocessor_flags`. Architecture mapping:
- `"x86_64"` → `"ovr_config//cpu:x86_64"`
- `"aarch64"` → `"ovr_config//cpu:arm64"`
For targets with existing `preprocessor_flags`, the select is merged via `+`.
Reviewed By: dtolnay
Differential Revision: D92610949
fbshipit-source-id: 3af7311cbfe0992101415ef8615aa1bd5ff7bb98
0 commit comments