]> git.ipfire.org Git - thirdparty/libtool.git/commit
Pick up clang_rt static archives compiler internal libraries
authorManoj Gupta <manojgupta@chromium.org>
Wed, 10 Oct 2018 07:50:23 +0000 (10:50 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 19 May 2025 16:39:51 +0000 (19:39 +0300)
commite606cd2358dd526d79837ce9f98da159c1d02bf7
tree1084d3aac275518d4921858312cbf69b402a81db
parentad964ee1f5382075b195313d969fb0fe6d83c8e9
Pick up clang_rt static archives compiler internal libraries

Libtool checks only for libraries linked as -l* when trying to
find internal compiler libraries. Clang, however uses the absolute
path to link its internal libraries e.g. compiler_rt. This patch
handles clang's statically linked libraries when finding internal
compiler libraries.
https://crbug.com/749263
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27866
m4/libtool.m4