[all-commits] [llvm/llvm-project] 608131: [ORC-RT] Fix missing #include <string_view>s.

lhames via All-commits all-commits at lists.llvm.org
Sun Aug 7 14:32:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 608131b1f94d895e848405215f29c30822f93603
      https://github.com/llvm/llvm-project/commit/608131b1f94d895e848405215f29c30822f93603
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-08-07 (Sun, 07 Aug 2022)

  Changed paths:
    M compiler-rt/lib/orc/elfnix_platform.cpp
    M compiler-rt/lib/orc/macho_platform.cpp
    M compiler-rt/lib/orc/simple_packed_serialization.h

  Log Message:
  -----------
  [ORC-RT] Fix missing #include <string_view>s.

1dcff823db9 updated the ORC runtime to use std::string_view, rather than its
own placeholder class (__orc_rt::string_view), but failed to add these
includes.




More information about the All-commits mailing list