This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Move dladdr check below _GNU_SOURCE check.
ClosedPublic

Authored by mysterymath on Dec 7 2022, 1:23 PM.

Details

Summary

The presence of dladdr on Linux depends on whether or not _GNU_SOURCE is
set.

Diff Detail

Event Timeline

mysterymath created this revision.Dec 7 2022, 1:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2022, 1:23 PM
mysterymath requested review of this revision.Dec 7 2022, 1:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2022, 1:23 PM
phosek accepted this revision.Dec 7 2022, 1:24 PM

LGTM

This revision is now accepted and ready to land.Dec 7 2022, 1:24 PM
This revision was automatically updated to reflect the committed changes.