[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 18:02:51 PDT 2017
choikwa updated this revision to Diff 117267.
choikwa added a comment.
- - Address formating feedback, remove redundant inline
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.117267.patch
Type: text/x-patch
Size: 13772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171001/00f6d8d0/attachment-0001.bin>
More information about the cfe-commits
mailing list