[PATCH] D44970: [XRay][clang] Add flag to choose instrumentation bundles
Dean Michael Berris via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 11 01:38:53 PDT 2018
dberris updated this revision to Diff 141958.
dberris marked an inline comment as done.
dberris added a comment.
Herald added a subscriber: mgorny.
- Rebase
- Address comments to use a bitmask/bitset for instrumentation bundle
https://reviews.llvm.org/D44970
Files:
clang/include/clang/Basic/XRayInstr.h
clang/include/clang/Driver/Options.td
clang/include/clang/Driver/XRayArgs.h
clang/include/clang/Frontend/CodeGenOptions.h
clang/lib/Basic/CMakeLists.txt
clang/lib/Basic/XRayInstr.cpp
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Driver/XRayArgs.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/xray-instrumentation-bundles.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44970.141958.patch
Type: text/x-patch
Size: 15289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180411/601d5f50/attachment-0001.bin>
More information about the cfe-commits
mailing list