[all-commits] [llvm/llvm-project] d87ca5: [Libomptarget] Use binutils archive executable to ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jun 14 19:14:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d87ca519c9760893adb1cf2a26451f0db1ed9a8f
https://github.com/llvm/llvm-project/commit/d87ca519c9760893adb1cf2a26451f0db1ed9a8f
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M openmp/libomptarget/test/offloading/static_linking.c
Log Message:
-----------
[Libomptarget] Use binutils archive executable to address failing tests
Summary:
The static linking test ensures that we can statically link offloading
programs. To create the test we used `llvm-ar`. However, this may not
exist in the user's environment. This patch changes it to use the
binutils `ar` which should exist on every system running these tests
currently. In the future we should set up the dependencies properly.
More information about the All-commits
mailing list