[all-commits] [llvm/llvm-project] f8006a: [ORC-RT] Fix typos in testcase.
lhames via All-commits
all-commits at lists.llvm.org
Mon Feb 7 20:29:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8006a0a400ce86cd79c58dbf418031fe3d35e1b
https://github.com/llvm/llvm-project/commit/f8006a0a400ce86cd79c58dbf418031fe3d35e1b
Author: Lang Hames <lhames at gmail.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M compiler-rt/lib/orc/unittests/adt_test.cpp
Log Message:
-----------
[ORC-RT] Fix typos in testcase.
Replace references to 'span' in string_view tests that were originally copied
from span tests.
Commit: 6646832f18149815f7731d7aeea347acc8b1bbd9
https://github.com/llvm/llvm-project/commit/6646832f18149815f7731d7aeea347acc8b1bbd9
Author: Lang Hames <lhames at gmail.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M compiler-rt/lib/orc/adt.h
M compiler-rt/lib/orc/unittests/adt_test.cpp
Log Message:
-----------
[ORC-RT] Add more string_view operations and tests.
Adds construction from std::string, an ostream &operator<< and std::hash
specialization. Also adds unit tests for each of these operations, as well as
tests for copy construction and assignment.
These new operations will be used in upcoming macho_platform patches.
Compare: https://github.com/llvm/llvm-project/compare/4669cc93948e...6646832f1814
More information about the All-commits
mailing list