Allow blessed access to the symbol rewriter from the driver. Although the
symbol rewriter could be invoked through tools like opt and llc, it would not
accessible from the frontend. This allows us to read the rewrite map files in
the frontend rather than the backend and enable symbol rewriting for actually
performing the symbol interpositioning.
Details
Details
- Reviewers
echristo
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Oh, also if you like the changes LGTM with them. Might want to check with multiple files to make sure it's actually working.
Otherwise it seems reasonable.
Joined and -frewrite-map-file= ?