-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parser: Prefix origin callee ports with "[sink|source]:<actual port>"
Summary: Remove the whole "leaf" thing in `Port.from_json(...)` which used to determine when a port should be "source" or "sink". Instead, `Origin.from_json` (which is where this "leaf" thing is used) will determine what the port should be, i.e. specifically prefix it with "source:" or "sink:" which SAPP needs for traces to work, then append the actual port. Reviewed By: anwesht Differential Revision: D55001036 fbshipit-source-id: 8fd14c40a5497c9abf746061d8c1ae30a93796e7
- Loading branch information
1 parent
d8ad406
commit 8ff4fab
Showing
3 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters