Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/AMDGPU/
-
trunk/
-
lib/
-
Target/
-
AMDGPU/
-
AMDGPULibCalls.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D64657
Fix missing use of defined() in include guard in AMDGPU target
Closed
Public
Authored by
daltenty
on Jul 12 2019, 12:09 PM.
Download Raw Diff
Details
Reviewers
jasonliu
andusy
hubert.reinterpretcast
sfertile
arsenm
Commits
rGae79a2c3900c: Fix missing use of defined() in include guard
rL365952: Fix missing use of defined() in include guard
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
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Jul 12 2019, 12:09 PM
Herald
added subscribers:
llvm-commits
,
hiraditya
,
nhaehnle
and
2 others
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B34893: Diff 209557
.
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)
daltenty
added reviewers:
jasonliu
,
andusy
,
hubert.reinterpretcast
,
sfertile
.
Herald
added subscribers:
t-tye
,
tpr
,
dstuttard
and
3 others
.
·
View Herald Transcript
Jul 12 2019, 12:14 PM
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
Closed by commit
rL365952: Fix missing use of defined() in include guard
(authored by
daltenty
).
·
Explain Why
Jul 12 2019, 1:13 PM
This revision was automatically updated to reflect the committed changes.