This is an archive of the discontinued LLVM Phabricator instance.

CMake: Suppress warnings from llvm-libtool
AcceptedPublic

Authored by dexonsmith on Dec 9 2021, 1:56 PM.

Details

Summary

cdcb60a820571f7384920fb534ce23e7568bfc03 added warnings for objects with
no symbols and the -no_warning_for_no_symbols flag. That commit landed
in LLVM 13.0.0. Update CMake configuration to use the flag.

Diff Detail

Event Timeline

dexonsmith created this revision.Dec 9 2021, 1:56 PM
dexonsmith requested review of this revision.Dec 9 2021, 1:56 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 9 2021, 1:56 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
keith accepted this revision.Dec 9 2021, 2:03 PM
This revision is now accepted and ready to land.Dec 9 2021, 2:03 PM