[libc-commits] [PATCH] D148756: [libc] Add rule named `add_libc_hermetic_test` which adds a hermetic test.

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 24 10:24:16 PDT 2023


jhuber6 accepted this revision.
jhuber6 added a comment.
This revision is now accepted and ready to land.

No objections from me. Still a lot of work required to get it working on the GPU, but this is a very good step.  Thanks.



================
Comment at: libc/cmake/modules/LLVMLibCTestRules.cmake:652
+      RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+      #OUTPUT_NAME ${fq_target_name}
+  )
----------------
Leftover?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148756/new/

https://reviews.llvm.org/D148756



More information about the libc-commits mailing list