1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Broken fails to build

/work/a/ports/devel/klee/work/klee-169327.138/lib/Core/Executor.cpp: In member function 'unsigned int klee::Executor::getWidthForLLVMType(llvm::Type*) const':
/work/a/ports/devel/klee/work/klee-169327.138/lib/Core/Executor.cpp:3516: error: invalid use of incomplete type 'struct llvm::TargetData'
/work/a/ports/devel/klee/work/klee-169327.138/include/klee/Internal/Module/KModule.h:27: error: forward declaration of 'struct llvm::TargetData'
*** Error code 1

Feature safe:	yes
This commit is contained in:
Martin Wilke 2013-04-17 15:35:27 +00:00
parent f9c6101be7
commit e3c569eadc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315975

View File

@ -14,6 +14,8 @@ BUILD_DEPENDS= llvm-ar:${PORTSDIR}/devel/llvm \
RUN_DEPENDS= llvm-ar:${PORTSDIR}/devel/llvm \
ccc-analyzer:${PORTSDIR}/lang/clang
BROKEN= fails to build
OPTIONS_DEFINE= DEBUG
USES= cmake:outsource