Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/builtins/
-
trunk/
-
lib/
-
builtins/
-
clear_cache.c
Hide Panel
f
Keyboard Reference
?
Differential
D7306
Remove invalid const qualifier for r0, since it is written by svc.
Closed
Public
Authored by
srhines
on Jan 30 2015, 3:32 PM.
Download Raw Diff
Details
Reviewers
danalbert
Commits
rG4e52d78767d7: Remove invalid const qualifier for r0, since it is written by svc.
rCRT227907: Remove invalid const qualifier for r0, since it is written by svc.
rL227907: Remove invalid const qualifier for r0, since it is written by svc.
Summary
This causes an invalid lvalue error when building for Android.
Diff Detail
Repository
rL LLVM
Event Timeline
srhines
updated this revision to
Diff 19067
.
Jan 30 2015, 3:32 PM
srhines
retitled this revision from
to
Remove invalid const qualifier for r0, since it is written by svc.
.
srhines
updated this object.
srhines
edited the test plan for this revision.
(Show Details)
srhines
added a reviewer:
danalbert
.
srhines
added a subscriber:
Unknown Object (MLST)
.
danalbert
accepted this revision.
Jan 30 2015, 3:36 PM
danalbert
edited edge metadata.
Comment Actions
LGTM.
This revision is now accepted and ready to land.
Jan 30 2015, 3:36 PM
Closed by commit
rL227907: Remove invalid const qualifier for r0, since it is written by svc.
(authored by
srhines
).
·
Explain Why
Feb 2 2015, 5:37 PM
This revision was automatically updated to reflect the committed changes.