This is an archive of the discontinued LLVM Phabricator instance.

[CMake][compiler-rt] avoid conflict with builtin check_linker_flag
ClosedPublic

Authored by steven_wu on Apr 29 2021, 3:09 PM.

Details

Summary

Rename check_linker_flag in compiler_rt to avoid conflict. Follow up
as the fix in D100901.

Diff Detail

Event Timeline

steven_wu created this revision.Apr 29 2021, 3:09 PM
steven_wu requested review of this revision.Apr 29 2021, 3:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2021, 3:09 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
MaskRay accepted this revision.Apr 29 2021, 3:14 PM
MaskRay added a subscriber: MaskRay.

LGTM.

compiler-rt/cmake/config-ix.cmake
162

This often shows up as a warning.

This revision is now accepted and ready to land.Apr 29 2021, 3:14 PM