This is an archive of the discontinued LLVM Phabricator instance.

add support for -fno-instrument-functions and -finstrument-functions-exclude-{file,function}-list=<arg1,arg2,...> to match gcc options
Needs ReviewPublic

Authored by choikwa on Sep 8 2017, 5:48 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Event Timeline

choikwa created this revision.Sep 8 2017, 5:48 AM

ok I already see a few issues -
doc - add '='

CodeGenFunction.cpp - add demangler since matching is done on demangled function names

Unfortunately, when you submit a patch for review, you need to add the commits list for the associated project as a subscriber. As this patch has no subscribers, no one saw it. While you can add a subscriber now, that won't send out the patch summary again. As a result, it's best to abandon this review and start another one. Make sure that you add cfe-commits as a subscriber, and the patch will get reviewed. Also, feel free to add me as a reviewer.

For further instructions, please see: http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface