[PATCH] D120698: Correctly find builtins library with clang-cl

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 8 01:22:41 PST 2022


thieta marked an inline comment as done.
thieta added a comment.

Removed the debug message()



================
Comment at: cmake/Modules/HandleCompilerRT.cmake:61
+    endif()
+    message(STATUS ${clang_command} "${cmd_prefix}--rtlib=compiler-rt" "${cmd_prefix}-print-libgcc-file-name")
     execute_process(
----------------
phosek wrote:
> Leftover debugging output?
whoops. yeah fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120698



More information about the llvm-commits mailing list