[all-commits] [llvm/llvm-project] d22b27: [ORC-RT] Add string_view and span utilities for us...
lhames via All-commits
all-commits at lists.llvm.org
Thu May 20 11:03:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d22b27cfde0f65794acc3ff0663e0ad70fb2b7fc
https://github.com/llvm/llvm-project/commit/d22b27cfde0f65794acc3ff0663e0ad70fb2b7fc
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-20 (Thu, 20 May 2021)
Changed paths:
A compiler-rt/lib/orc/adt.h
M compiler-rt/lib/orc/unittests/CMakeLists.txt
A compiler-rt/lib/orc/unittests/adt_test.cpp
Log Message:
-----------
[ORC-RT] Add string_view and span utilities for use by the ORC runtime.
These are substitutes for std::string_view (and llvm::StringRef) and std::span
(and llvm::ArrayRef) for use by the ORC runtime.
More information about the All-commits
mailing list