[all-commits] [llvm/llvm-project] 340886: [orc-rt] Replace size_t with std::size_t in Math.h...
Lang Hames via All-commits
all-commits at lists.llvm.org
Sun Aug 24 21:11:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3408868b58870e38996f6643e6e0f2290899c31a
https://github.com/llvm/llvm-project/commit/3408868b58870e38996f6643e6e0f2290899c31a
Author: Lang Hames <lhames at gmail.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M orc-rt/include/orc-rt/Math.h
Log Message:
-----------
[orc-rt] Replace size_t with std::size_t in Math.h. (Fixes unit test on Linux)
Commit: 6f760dcdebdc2bc4eed7896a9b1c14e893b3340e
https://github.com/llvm/llvm-project/commit/6f760dcdebdc2bc4eed7896a9b1c14e893b3340e
Author: Lang Hames <lhames at gmail.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M orc-rt/include/orc-rt/span.h
Log Message:
-----------
[orc-rt] Include <type_traits> in span.h. (Fixes unit test on Linux)
Commit: b121cdfe197f7d684723b432c766820ab172a7a8
https://github.com/llvm/llvm-project/commit/b121cdfe197f7d684723b432c766820ab172a7a8
Author: Lang Hames <lhames at gmail.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M orc-rt/include/orc-rt/IntervalSet.h
Log Message:
-----------
[orc-rt] #include <variant> for std::monostate. (Fixes unit test on Linux)
Compare: https://github.com/llvm/llvm-project/compare/b54628f17477...b121cdfe197f
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list