Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/asan/
-
trunk/
-
lib/
-
asan/
-
asan_interface_internal.h
Hide Panel
f
Keyboard Reference
?
Differential
D29230
[compiler-rt] [asan] Add missing declaration in the internal interface.
Closed
Public
Authored by
mpividori
on Jan 27 2017, 12:51 PM.
Download Raw Diff
Details
Reviewers
kcc
kubamracek
zturner
alekseyshl
aizatsky
rnk
Commits
rG62a188d6238d: [asan] Add missing declaration in the internal interface
rCRT293423: [asan] Add missing declaration in the internal interface
rL293423: [asan] Add missing declaration in the internal interface
Diff Detail
Repository
rL LLVM
Event Timeline
mpividori
created this revision.
Jan 27 2017, 12:51 PM
Herald
added a subscriber:
dberris
.
·
View Herald Transcript
Jan 27 2017, 12:51 PM
kcc
accepted this revision.
Jan 27 2017, 1:01 PM
Comment Actions
LGTM
I don't mind, but does it fix anything?
This revision is now accepted and ready to land.
Jan 27 2017, 1:01 PM
mpividori
added a comment.
Jan 27 2017, 1:10 PM
Comment Actions
@kcc
Thanks. Yes, I need these changes for Windows.
Closed by commit
rL293423: [asan] Add missing declaration in the internal interface
(authored by
mpividori
).
·
Explain Why
Jan 28 2017, 10:26 PM
This revision was automatically updated to reflect the committed changes.