Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/sanitizer_common/
-
trunk/
-
lib/
-
sanitizer_common/
-
sanitizer_fuchsia.cc
Hide Panel
f
Keyboard Reference
?
Differential
D56360
[compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
Closed
Public
Authored by
phosek
on Jan 5 2019, 8:59 PM.
Download Raw Diff
Details
Reviewers
mcgrathr
Commits
rG5c43496fa303: [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
rCRT350488: [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
rL350488: [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
Summary
This is the deprecated legacy interface, replace it with the current
_zx_vmar_allocate one.
Diff Detail
Repository
rL LLVM
Event Timeline
phosek
created this revision.
Jan 5 2019, 8:59 PM
Herald
added subscribers:
Restricted Project
,
llvm-commits
,
dberris
,
kubamracek
.
·
View Herald Transcript
Jan 5 2019, 8:59 PM
mcgrathr
accepted this revision.
Jan 5 2019, 9:01 PM
Comment Actions
lgtm
This revision is now accepted and ready to land.
Jan 5 2019, 9:01 PM
Closed by commit
rL350488: [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
(authored by
phosek
).
·
Explain Why
Jan 5 2019, 9:23 PM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
delcypher
.
·
View Herald Transcript
Jan 5 2019, 9:23 PM