[all-commits] [llvm/llvm-project] cf2694: [libc] Add an override option for specifying the l...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jul 20 06:45:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf269417b20fc768d36ab55dbfd9187d256534ae
https://github.com/llvm/llvm-project/commit/cf269417b20fc768d36ab55dbfd9187d256534ae
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M libc/utils/gpu/loader/CMakeLists.txt
Log Message:
-----------
[libc] Add an override option for specifying the loader implementation
There are some cases when testing we want to override the logic for not
building tests if the loader is not present. This allows users to
specify an external binary that fulfils the same duties which will force
the tests to be built even without meeting the dependencies.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D155837
More information about the All-commits
mailing list