This is an archive of the discontinued LLVM Phabricator instance.

Add helper functions and remove hard coded references to instProf related name/name-prefixes
ClosedPublic

Authored by davidxl on Oct 20 2015, 3:47 PM.

Details

Summary

This is a clean up patch that defines instr prof section and variable name prefixes in a common header with access helper functions. clang FE change will be done as a follow up once this patch is in.

Diff Detail

Repository
rL LLVM

Event Timeline

davidxl updated this revision to Diff 37941.Oct 20 2015, 3:47 PM
davidxl retitled this revision from to Add helper functions and remove hard coded references to instProf related name/name-prefixes.
davidxl updated this object.
davidxl added a reviewer: bogner.
davidxl added a subscriber: llvm-commits.

Justin, any comments on this one? There is no functional change involved.

This revision was automatically updated to reflect the committed changes.