[PATCH] D14482: Define findModulesAndOffsets() unconditionally to unbreak build
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 7 17:07:08 PST 2015
joerg requested changes to this revision.
joerg added a reviewer: joerg.
joerg added a comment.
This revision now requires changes to proceed.
As mentioned on IRC, this is clearly not correct. There are two unrelated issues in the tree right now:
(1) backtrace(3) doesn't correctly link against libexecinfo on FreeBSD and NetBSD.
(2) Lack of backtrace(3) results in a broken build due to missing findModulesAndOffsets.
This patch addresses neither.
Repository:
rL LLVM
http://reviews.llvm.org/D14482
More information about the llvm-commits
mailing list