[all-commits] [llvm/llvm-project] 1dcff8: [ORC-RT] Drop __orc_rt::string_view now that we ha...
lhames via All-commits
all-commits at lists.llvm.org
Sun Aug 7 09:41:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1dcff823db9f4dd5c300507f679cdb2494287442
https://github.com/llvm/llvm-project/commit/1dcff823db9f4dd5c300507f679cdb2494287442
Author: Lang Hames <lhames at gmail.com>
Date: 2022-08-07 (Sun, 07 Aug 2022)
Changed paths:
M compiler-rt/lib/orc/adt.h
M compiler-rt/lib/orc/elfnix_platform.cpp
M compiler-rt/lib/orc/macho_platform.cpp
M compiler-rt/lib/orc/run_program_wrapper.cpp
M compiler-rt/lib/orc/simple_packed_serialization.h
M compiler-rt/lib/orc/unittests/adt_test.cpp
M compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp
Log Message:
-----------
[ORC-RT] Drop __orc_rt::string_view now that we have c++17.
b1356504e63 enabled the use of c++17 features in LLVM, which means that we can
drop the ORC runtime's placeholder string_view implemention in favor of
std::string_view.
Commit: 6ea5bf436a983ea9e16a5fe7534c87beca0a61b7
https://github.com/llvm/llvm-project/commit/6ea5bf436a983ea9e16a5fe7534c87beca0a61b7
Author: Lang Hames <lhames at gmail.com>
Date: 2022-08-07 (Sun, 07 Aug 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
Log Message:
-----------
[JITLink] Fix some C++17 related fixmes.
Compare: https://github.com/llvm/llvm-project/compare/87dc7d4b619d...6ea5bf436a98
More information about the All-commits
mailing list