This is an archive of the discontinued LLVM Phabricator instance.

Update visibility settings for CFI tests.
ClosedPublic

Authored by pcc on Apr 5 2016, 8:06 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 52760.Apr 5 2016, 8:06 PM
pcc retitled this revision from to Update visibility settings for CFI tests..
pcc updated this object.
pcc added a reviewer: eugenis.
pcc added a subscriber: llvm-commits.
eugenis edited edge metadata.Apr 6 2016, 11:14 AM

Could you factor out clang_cfi_common w/o any visibility flags to avoid going back and forth between hidden and default visibility?

pcc updated this revision to Diff 53333.Apr 11 2016, 3:30 PM
pcc edited edge metadata.
  • Address review comment
pcc added a comment.Apr 11 2016, 3:31 PM

It turned out to be less messy to factor out the various parts of the flags and assemble them together in the substitutions like I've done here.

eugenis accepted this revision.Apr 11 2016, 3:32 PM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 11 2016, 3:32 PM
This revision was automatically updated to reflect the committed changes.