OSDN Git Service

Revert "configure.ac: honour LLVM_LIBDIR when linking against LLVM"
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 10 Nov 2016 15:10:34 +0000 (15:10 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 10 Nov 2016 15:10:34 +0000 (15:10 +0000)
commit0187f884533203df9a0ca393b370af2ed2328794
tree919e218af18846f3dbefb7cf8f604e5c5d2367b3
parentb21912e2e92234d66c90b0f6f014a83698ef5ecb
Revert "configure.ac: honour LLVM_LIBDIR when linking against LLVM"

This reverts commit a39ad185932eab4f25a0cb2b112c10d8700ef242.

The commit aims to address "missing" -L/foo/bar during linking stage. At
the same time it doesn't add the -L and yet the LLVM_LDFLAGS [which
provide -L/foo/bar] are already used throughout.

Seems like something pretty unique (broken?) on my end. Since the commit
introduces issues (due to the missing -L) revert until we get to the
root of it (PEBKAC or a genuine issue).
configure.ac