[all-commits] [llvm/llvm-project] bfbaf1: [examples] Adjust ThinLtoInstrumentationLayer for ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Sep 11 08:34:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bfbaf172ce9978d8367ff08fdf90eb05fff5759d
      https://github.com/llvm/llvm-project/commit/bfbaf172ce9978d8367ff08fdf90eb05fff5759d
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-09-11 (Fri, 11 Sep 2020)

  Changed paths:
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.h

  Log Message:
  -----------
  [examples] Adjust ThinLtoInstrumentationLayer for emit signature change

Emit now takes a std::unique_ptr<MaterializationResponsibility> instead
of a MaterializationResponsibility directly.

This should fix:
http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/




More information about the All-commits mailing list