[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 118d29: On the CMake-based build path, set rpath for `clan...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 118d29c11b747ad9c234caabea85311a9bfd5844
      https://github.com/csmith-project/creduce/commit/118d29c11b747ad9c234caabea85311a9bfd5844
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2019-04-30 (Tue, 30 Apr 2019)

  Changed paths:
    M clang_delta/CMakeLists.txt

  Log Message:
  -----------
  On the CMake-based build path, set rpath for `clang_delta`.

Remember where the LLVM libraries are by specifying the rpath for
`clang_delta`.  This is important when the LLVM libraries are shared
libraries.

The Automake-based build path is still broken in this regard.  Until I
fix it (if I don't obsolete the Automake-based build path first!), users
will have to do something like setting LD_LIBRARY_PATH, or installing
LLVM in a well-known place, or somesuch.