Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/
-
trunk/
-
CMakeLists.txt
Hide Panel
f
Keyboard Reference
?
Differential
D38044
Set ANDROID when any android abi is used, not just androideabi
Closed
Public
Authored by
fjricci
on Sep 19 2017, 10:27 AM.
Download Raw Diff
Details
Reviewers
compnerd
beanz
Commits
rGd327254b1b22: Set ANDROID when any android abi is used, not just androideabi
rCRT313652: Set ANDROID when any android abi is used, not just androideabi
rL313652: Set ANDROID when any android abi is used, not just androideabi
Diff Detail
Repository
rL LLVM
Event Timeline
fjricci
created this revision.
Sep 19 2017, 10:27 AM
Herald
added subscribers:
mgorny
,
srhines
.
·
View Herald Transcript
Sep 19 2017, 10:27 AM
compnerd
accepted this revision.
Sep 19 2017, 10:32 AM
Comment Actions
Android aarch64 nor x86 use
androideabi
, so this makes more sense.
This revision is now accepted and ready to land.
Sep 19 2017, 10:32 AM
Closed by commit
rL313652: Set ANDROID when any android abi is used, not just androideabi
(authored by
fjricci
).
·
Explain Why
Sep 19 2017, 10:58 AM
This revision was automatically updated to reflect the committed changes.