[PATCH] D108416: [llvm-libgcc] initial commit

Christopher Di Bella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 11:57:53 PST 2022


cjdb added inline comments.


================
Comment at: llvm/tools/llvm-libgcc/FindCompilerRT.cmake:47
+    set(LLVM_LIBGCC_PATH_TO_RTLIB
+      "${LLVM_LIBGCC_COMPILER_RT_DIR}/libclang_rt.builtins.a")
+
----------------
We might need to do some magic here to cover `libclang_rt.builtins-x86_64.a`, etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108416



More information about the llvm-commits mailing list