[libc-commits] [PATCH] D122617: [libc] Set rtlib to compiler-rt in integration tests.

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 28 15:39:03 PDT 2022


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

LGTM with nit



================
Comment at: libc/cmake/modules/LLVMLibCTestRules.cmake:394
+  # Also, we restrict the integration tests to fully static executables. The
+  # rtlib is set to compiler-rt to make hte compiler drivers pick up the compiler
+  # runtime binaries using full paths. Otherwise, files like crtbegin.o are passed
----------------
the


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122617



More information about the libc-commits mailing list