[all-commits] [llvm/llvm-project] 7db1d4: [RuntimeDyld] Fix building on OpenBSD
Brad Smith via All-commits
all-commits at lists.llvm.org
Thu Feb 17 09:17:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7db1d4d8da4d4dfc5d0240825e8c4d536a12b19c
https://github.com/llvm/llvm-project/commit/7db1d4d8da4d4dfc5d0240825e8c4d536a12b19c
Author: Brad Smith <brad at comstyle.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
Log Message:
-----------
[RuntimeDyld] Fix building on OpenBSD
With https://reviews.llvm.org/D105466 the tree does not build on OpenBSD/amd64.
Moritz suggested only building this code on Linux.
Reviewed By: MoritzS
Differential Revision: https://reviews.llvm.org/D119991
Commit: f374c8ddf2dd4920190cac0ea81e18a74040ddda
https://github.com/llvm/llvm-project/commit/f374c8ddf2dd4920190cac0ea81e18a74040ddda
Author: Brad Smith <brad at comstyle.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M clang-tools-extra/clangd/unittests/SerializationTests.cpp
Log Message:
-----------
[clangd] Fix building SerializationTests unit test on OpenBSD
This fixes building the unit tests on OpenBSD. OpenBSD does not support RLIMIT_AS.
Reviewed By: kadircet
Differential Revision: https://reviews.llvm.org/D119989
Compare: https://github.com/llvm/llvm-project/compare/7eb3ce997abe...f374c8ddf2dd
More information about the All-commits
mailing list