[all-commits] [llvm/llvm-project] f00328: [Instrumentor] Improve stub printer (for C/C++ and...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Thu May 28 11:49:51 PDT 2026


  Branch: refs/heads/users/jdoerfert/instrumentor_value_pack_printing
  Home:   https://github.com/llvm/llvm-project
  Commit: f00328ac9c10a6268d2f1b212fe43f1e7b348d0d
      https://github.com/llvm/llvm-project/commit/f00328ac9c10a6268d2f1b212fe43f1e7b348d0d
  Author: Johannes Doerfert <jdoerfert.llvm at gmail.com>
  Date:   2026-05-28 (Thu, 28 May 2026)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Instrumentor.h
    M llvm/include/llvm/Transforms/IPO/InstrumentorStubPrinter.h
    M llvm/lib/Transforms/IPO/Instrumentor.cpp
    M llvm/lib/Transforms/IPO/InstrumentorStubPrinter.cpp
    R llvm/test/Instrumentation/Instrumentor/default_rt
    A llvm/test/Instrumentation/Instrumentor/default_rt.c
    A llvm/test/Instrumentation/Instrumentor/default_rt.h
    M llvm/test/Instrumentation/Instrumentor/generate_rt.ll
    A llvm/test/Instrumentation/Instrumentor/lit.local.cfg
    M llvm/test/Instrumentation/Instrumentor/rt_config.json

  Log Message:
  -----------
  [Instrumentor] Improve stub printer (for C/C++ and value packs)

The stub printer now emits a helper header to deal with value packs (in
C and C++). We also make the files C/C++ compatible and use the proper
format strings for int32_t and int64_t.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list