[PATCH] D37624: add support for -fno-instrument-functions and -finstrument-functions-exclude-{file, function}-list=<arg1, arg2, ...> to match gcc options.
kchoi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 30 19:55:41 PDT 2017
choikwa updated this revision to Diff 117269.
choikwa added a comment.
- add more CPP tests: func overload, template special
https://reviews.llvm.org/D37624
Files:
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.h
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/instrument-functions.c
test/CodeGenCXX/instrument-functions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37624.117269.patch
Type: text/x-patch
Size: 15669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171001/9112c1f0/attachment.bin>
More information about the cfe-commits
mailing list