[all-commits] [llvm/llvm-project] cb09f2: Rename compiler-rt/lib/orc/endian.h to endianness....
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Jun 8 17:54:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb09f2b10cbebb76842998b9ac6173f9723e419e
https://github.com/llvm/llvm-project/commit/cb09f2b10cbebb76842998b9ac6173f9723e419e
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M compiler-rt/lib/orc/CMakeLists.txt
R compiler-rt/lib/orc/endian.h
A compiler-rt/lib/orc/endianness.h
M compiler-rt/lib/orc/unittests/endian_test.cpp
M compiler-rt/lib/orc/wrapper_function_utils.h
Log Message:
-----------
Rename compiler-rt/lib/orc/endian.h to endianness.h to avoid conflict with system headers
Commit: 4d9cc7c244e7fe2ce60202f1a7174109efb92504
https://github.com/llvm/llvm-project/commit/4d9cc7c244e7fe2ce60202f1a7174109efb92504
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M compiler-rt/lib/orc/c_api.h
M compiler-rt/lib/orc/stl_extras.h
Log Message:
-----------
Add a couple of missing includes
Commit: 8051a48e65cc78ccedc9bbd590dbc34a21a07184
https://github.com/llvm/llvm-project/commit/8051a48e65cc78ccedc9bbd590dbc34a21a07184
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M compiler-rt/lib/orc/unittests/adt_test.cpp
Log Message:
-----------
ORTRT: Add tests for string_view equality and inequality operators
Compare: https://github.com/llvm/llvm-project/compare/a0ac51467697...8051a48e65cc
More information about the All-commits
mailing list