This is an archive of the discontinued LLVM Phabricator instance.

[CMake][XRay] Silence llvm-config error when checking library support
ClosedPublic

Authored by phosek on Feb 11 2019, 4:15 PM.

Details

Summary

Otherwise this propagates all the way to CMake and results in an error
during configuration. We check and handle the result and report warning
separately so this is not changing the behavior.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Feb 11 2019, 4:15 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 11 2019, 4:15 PM
Herald added subscribers: llvm-commits, Restricted Project, mgorny. · View Herald Transcript
dberris accepted this revision.Feb 11 2019, 5:01 PM

LGTM

This revision is now accepted and ready to land.Feb 11 2019, 5:01 PM
This revision was automatically updated to reflect the committed changes.