[PATCH] D45716: [XRay] Add clang builtin for xray typed events.

Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 14:38:23 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330220: [XRay] Add clang builtin for xray typed events. (authored by kpw, committed by ).

Repository:
  rC Clang

https://reviews.llvm.org/D45716

Files:
  cfe/trunk/include/clang/Basic/Builtins.def
  cfe/trunk/include/clang/Basic/LangOptions.def
  cfe/trunk/include/clang/Basic/XRayInstr.h
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/include/clang/Driver/XRayArgs.h
  cfe/trunk/include/clang/Frontend/CodeGenOptions.def
  cfe/trunk/lib/Basic/XRayInstr.cpp
  cfe/trunk/lib/CodeGen/CGBuiltin.cpp
  cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
  cfe/trunk/lib/CodeGen/CodeGenFunction.h
  cfe/trunk/lib/Driver/XRayArgs.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/test/CodeGen/xray-always-emit-typedevent.cpp
  cfe/trunk/test/CodeGen/xray-instrumentation-bundles.cpp
  cfe/trunk/test/CodeGen/xray-typedevent.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45716.142835.patch
Type: text/x-patch
Size: 16437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180417/5d3d74f8/attachment.bin>


More information about the llvm-commits mailing list