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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Works a charm. Tested as "-DLIBC_GPU_LOADER_EXECUTABLE=$HOME/GPU/amdhsa_loader", switches on the tests as hoped. Thanks!