Skip to content

Commit

Permalink
Revert "Fix #91 by patching the produced ltmain.sh."
Browse files Browse the repository at this point in the history
This reverts commit 820fe44.

The fix breaks build dir execution when an libtce.so
is installed in LD_LIBRARY_PATH.   Use LD_PRELOAD of
the TCE-patched libLLVM.so as the workaround for the
'system LLVM found first' issue.
  • Loading branch information
pjaaskel committed Nov 1, 2020
1 parent f74473b commit 184fde7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions tce/autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1552,8 +1552,6 @@ if [ "x$config" = "x" ] ; then
$VERBOSE_ECHO "Could not locate the configure template (from `pwd`)"
fi

patch -p0 < ltmain.sh.patch || true

# summarize
$ECHO "done"
$ECHO
Expand Down
19 changes: 0 additions & 19 deletions tce/ltmain.sh.patch

This file was deleted.

0 comments on commit 184fde7

Please sign in to comment.