[all-commits] [llvm/llvm-project] 0601c8: [libcxx] [test] Cover i386 & sparc64 in string.cap...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Aug 2 21:34:38 PDT 2022
Branch: refs/heads/release/15.x
Home: https://github.com/llvm/llvm-project
Commit: 0601c8a6d616176ce1ec1048d404d5c241b1b393
https://github.com/llvm/llvm-project/commit/0601c8a6d616176ce1ec1048d404d5c241b1b393
Author: Michał Górny <mgorny at moritz.systems>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
Log Message:
-----------
[libcxx] [test] Cover i386 & sparc64 in string.capacity test
Differential Revision: https://reviews.llvm.org/D130837
(cherry picked from commit 09cf95bd3ec24c77a854a0e0d9431a6d4ba460bc)
Commit: 96a26d96c7d468af4dde717827365e5eeb5e289d
https://github.com/llvm/llvm-project/commit/96a26d96c7d468af4dde717827365e5eeb5e289d
Author: Michał Górny <mgorny at moritz.systems>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M openmp/runtime/test/lit.cfg
Log Message:
-----------
[openmp] [test] Fix prepending config.library_dir to LD_LIBRARY_PATH
Fix the LD_LIBRARY_PATH prepending order to make sure that
config.library_path ends up before any potentially-system directories
(e.g. config.hwloc_library_dir). This makes sure that we are testing
against the just-built openmp libraries rather than the version that is
already installed.
Also rename the function to `prepend_*` to make it clearer what it
actually does.
https://github.com/llvm/llvm-project/issues/56821
Differential Revision: https://reviews.llvm.org/D130825
(cherry picked from commit eb4612ca239bffbf1612e0bce442043e716bb9f5)
Compare: https://github.com/llvm/llvm-project/compare/626fadf59918...96a26d96c7d4
More information about the All-commits
mailing list