[libc-commits] [PATCH] D149105: [libc][Obvious] Enable hermetic tests only under full build.

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


jhuber6 accepted this revision.
jhuber6 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/CMakeLists.txt:80
+if(LLVM_LIBC_FULL_BUILD)
+  set(LIBC_ENABLE_HERMETIC_TESTS ON)
+endif()
----------------
Not really important, but does this work?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149105



More information about the libc-commits mailing list