[all-commits] [llvm/llvm-project] 48a1a9: [mlir] Fall back to posix_memalign for aligned_all...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Jul 26 02:32:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48a1a993fb7a8fc8a79e142de0aa43dcb4702533
https://github.com/llvm/llvm-project/commit/48a1a993fb7a8fc8a79e142de0aa43dcb4702533
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M mlir/lib/ExecutionEngine/CRunnerUtils.cpp
Log Message:
-----------
[mlir] Fall back to posix_memalign for aligned_alloc on MacOS
aligned_alloc was added in MacOS 10.15, some users want to support older
versions. The runtime functions makes this easy, so just put in a call
to posix_memalign, which provides the same functionality.
Commit: ad17e69923ec39b6439ac0041e69de1f1f5ecec4
https://github.com/llvm/llvm-project/commit/ad17e69923ec39b6439ac0041e69de1f1f5ecec4
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
Log Message:
-----------
[analyzer] Fix unused variable warning in release builds. NFC.
Compare: https://github.com/llvm/llvm-project/compare/ae222dae56b9...ad17e69923ec
More information about the All-commits
mailing list