[all-commits] [llvm/llvm-project] 9f506f: [InstrProfiling][test] Fix stale tests

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri May 28 21:14:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f506fc761cc93ebc3854906e8886e1791c29d28
      https://github.com/llvm/llvm-project/commit/9f506fc761cc93ebc3854906e8886e1791c29d28
  Author: Fangrui Song <i at maskray.me>
  Date:   2021-05-28 (Fri, 28 May 2021)

  Changed paths:
    R llvm/test/Instrumentation/InstrProfiling/PR23499.ll
    M llvm/test/Instrumentation/InstrProfiling/always_inline.ll
    M llvm/test/Instrumentation/InstrProfiling/atomic-updates.ll
    M llvm/test/Instrumentation/InstrProfiling/early-exit.ll
    M llvm/test/Instrumentation/InstrProfiling/linkage.ll
    M llvm/test/Instrumentation/InstrProfiling/noruntime.ll
    M llvm/test/Instrumentation/InstrProfiling/platform.ll
    M llvm/test/Instrumentation/InstrProfiling/profiling.ll
    M llvm/test/Instrumentation/InstrProfiling/runtime-counter-relocation.ll

  Log Message:
  -----------
  [InstrProfiling][test] Fix stale tests

* Change linkage/visibility of __profn_ variables to match the reality
* alwaysinline.ll: Add "EnableValueProfiling", otherwise it doesn't test available_externally alwaysinline.
* Delete PR23499.ll - covered by other comdat tests.




More information about the All-commits mailing list