This is an archive of the discontinued LLVM Phabricator instance.

Fix missing use of defined() in include guard in AMDGPU target
ClosedPublic

Authored by daltenty on Jul 12 2019, 12:09 PM.

Details

Summary

Missing defined in preprocessor expression causes breakage when building with _XOPEN_SOURCE defined

Diff Detail

Repository
rL LLVM

Event Timeline

daltenty created this revision.Jul 12 2019, 12:09 PM
daltenty retitled this revision from Fix missing use of defined() in include guard to Fix missing use of defined() in include guard in AMDGPU target.Jul 12 2019, 12:14 PM
daltenty edited the summary of this revision. (Show Details)
arsenm accepted this revision.Jul 12 2019, 12:19 PM
This revision is now accepted and ready to land.Jul 12 2019, 12:19 PM
This revision was automatically updated to reflect the committed changes.