[libc-commits] [libc] [libc] Add Kernel Resource Usage to nvptx-loader (PR #97503)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed Jul 17 14:04:45 PDT 2024
================
@@ -553,7 +553,7 @@ function(add_libc_hermetic test_name)
endif()
cmake_parse_arguments(
"HERMETIC_TEST"
- "IS_BENCHMARK" # Optional arguments
+ "IS_GPU_BENCHMARK" # Optional arguments
----------------
jhuber6 wrote:
Can we handle this with LOADER_ARGS and LINK_LIBRARIES?
https://github.com/llvm/llvm-project/pull/97503
More information about the libc-commits
mailing list