[libc-commits] [PATCH] D148486: [libc] Test the RPC interface with multiple blocks
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Apr 19 00:21:59 PDT 2023
sivachandra accepted this revision.
sivachandra added inline comments.
================
Comment at: libc/cmake/modules/LLVMLibCTestRules.cmake:424
"SUITE" # Single value arguments
- "SRCS;HDRS;DEPENDS;ARGS;ENV;COMPILE_OPTIONS" # Multi-value arguments
+ "SRCS;HDRS;DEPENDS;ARGS;ENV;COMPILE_OPTIONS;LOADER_ARGS" # Multi-value arguments
${ARGN}
----------------
Add usage documentation under line 399.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148486/new/
https://reviews.llvm.org/D148486
More information about the libc-commits
mailing list