mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
4ae3b7518c
This commit embeds a set of linker flags with hardcoded paths to the LLVM shared library on --enable-shared builds into .cmxa files and stub dynamic libraries. This solution closely follows existing rules for rpath in the LLVM tools, which had to be modified because of differences in toolchain. Without this patch, OCaml tests as well as opam bindings broke, as neither of those updates LD_LIBRARY_PATH to include the $prefix/lib directory. llvm-svn: 195834 |
||
---|---|---|
.. | ||
analysis | ||
backends | ||
bitreader | ||
bitwriter | ||
executionengine | ||
irreader | ||
linker | ||
llvm | ||
target | ||
transforms | ||
Makefile | ||
Makefile.ocaml |