alx32 5cb7e49e73
[lld-macho] Fix -no_objc_category_merging flag (#98238)
`-no_objc_category_merging` flag was behaving like
`-objc_category_merging` - i.e. acting to enable category merging.
This is because we were using `hasArg` instead of `hasFlag` to test for
it. Fix this and add test to ensure it behaves as expected.
2024-07-10 14:37:05 -07:00
..
2024-02-01 14:19:11 -08:00
2024-06-28 16:50:12 -07:00
2024-02-01 14:19:11 -08:00