[LLVMdev] Dejagnu Support Added (+ problems with build LLVM at FreeBSD)

Vladimir Merzliakov wanderer at rsu.ru
Mon Nov 8 00:16:07 PST 2004


> I'm asking for people (especially those running nightly testers) to give
> Dejagnu a try.

I will do.

But last 2 days (after 
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/020279.html )
LLVM broken at FreeBSD:

In file included from Path.cpp:27:
platform/Path.cpp:26: error: no `bool llvm::sys::Path::isvalid() const' 
member function declared in class `llvm::sys::Path'
gmake[1]: *** 
[/usr/home/wanderer/pkg/build/llvm/night/build/llvm/lib/System/Debug/Path.o] 
Error 1

and requare patch for llvm/lib/System/FreeBSD/Path.cpp :

-Path::isvalid() const {
+Path::isValid() const {

Vladimir





More information about the llvm-dev mailing list