This is an archive of the discontinued LLVM Phabricator instance.

[test-suite] Add -Wno-int-conversion to siod
ClosedPublic

Authored by Jake-Egan on Jul 23 2022, 9:01 PM.

Details

Summary

siod/slibu.c fails to build on AIX due to -Wint-conversion being upgraded to an error by D129881. So this patch adds -Wno-int-conversion to suppress the error.

Event Timeline

Jake-Egan created this revision.Jul 23 2022, 9:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2022, 9:01 PM
Herald added a subscriber: mgorny. · View Herald Transcript
Jake-Egan requested review of this revision.Jul 23 2022, 9:01 PM
Jake-Egan edited the summary of this revision. (Show Details)Jul 23 2022, 9:04 PM
Jake-Egan added reviewers: aaron.ballman, MaskRay.
MaskRay accepted this revision.Jul 24 2022, 1:27 AM

LGTM.

This revision is now accepted and ready to land.Jul 24 2022, 1:27 AM
This revision was automatically updated to reflect the committed changes.

Oops, I'm sorry, I fixed the breakage before I noticed this review! I've already landed the same fix in f47d83408790e3558e5fdb871ba66996b1b1183d, but thank you for this just the same! FWIW, next time you should feel free to land this sort of fix on your own, if you want to (it's always fine to land fixes without precommit review).

I'll do that next time, thank you!