[PATCH] D30388: [XRay] Add -fxray-{always, never}-instrument= flags to clang
Dean Michael Berris via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 00:21:08 PDT 2017
dberris updated this revision to Diff 92766.
dberris marked 2 inline comments as done.
dberris added a comment.
- fixup: address reviewer comments
https://reviews.llvm.org/D30388
Files:
include/clang/AST/ASTContext.h
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
include/clang/Basic/XRayLists.h
include/clang/Driver/Options.td
include/clang/Driver/ToolChain.h
include/clang/Driver/XRayArgs.h
lib/AST/ASTContext.cpp
lib/Basic/CMakeLists.txt
lib/Basic/LangOptions.cpp
lib/Basic/XRayLists.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Driver/CMakeLists.txt
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/XRayArgs.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/xray-always-instrument.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30388.92766.patch
Type: text/x-patch
Size: 23699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170323/7e0be28f/attachment-0001.bin>
More information about the cfe-commits
mailing list