[all-commits] [llvm/llvm-project] 3d438c: [InstrProf] Mark __llvm_profile_runtime hidden to ...

Justin Cady via All-commits all-commits at lists.llvm.org
Mon Jul 11 11:29:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d438ceed10d73f951226d398abf867822b68cb1
      https://github.com/llvm/llvm-project/commit/3d438ceed10d73f951226d398abf867822b68cb1
  Author: Justin Cady <desk at justincady.com>
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
    M llvm/test/Instrumentation/InstrProfiling/profiling.ll

  Log Message:
  -----------
  [InstrProf] Mark __llvm_profile_runtime hidden to match libclang_rt.profile definition

Mark the symbol hidden to match INSTR_PROF_PROFILE_RUNTIME_VAR in compiler-rt.

Fixes second issue discussed at https://discourse.llvm.org/t/63090

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D128842




More information about the All-commits mailing list