[PATCH] D53563: Support for multiarch runtimes layout

Peiyuan Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 05:36:52 PDT 2018


SquallATF created this revision.
Herald added a subscriber: llvm-commits.

When enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR, compiler-rt lib name without arch name.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D53563

Files:
  COFF/MinGW.cpp


Index: COFF/MinGW.cpp
===================================================================
--- COFF/MinGW.cpp
+++ COFF/MinGW.cpp
@@ -84,6 +84,7 @@
       "libsupc++",
       "libobjc",
       "libgcj",
+      "libclang_rt.builtins",
       "libclang_rt.builtins-aarch64",
       "libclang_rt.builtins-arm",
       "libclang_rt.builtins-i386",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53563.170614.patch
Type: text/x-patch
Size: 342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/fae6f908/attachment.bin>


More information about the llvm-commits mailing list