[LLVMbugs] [Bug 18121] New: dragonegg needs llvm source tree to start tests

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 3 01:16:14 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=18121

            Bug ID: 18121
           Summary: dragonegg needs llvm source tree to start tests
           Product: dragonegg
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: New Bugs
          Assignee: baldrick at free.fr
          Reporter: sylvestre at debian.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

After a build of dragonegg using Debian packages, the tests fails:
$ make check
Running test suite 'validator'
/bin/sh: 1: /tmp/buildd/llvm-toolchain-3.3-3.3/utils/lit/lit.py: not found
make: *** [check-validator] Error 127

The wrong path is triggered by:
$(LLVM_CONFIG) --src-root

which is obviously not available when using Debian/Ubuntu packages.

It would be nice if we could launch the tests without having llvm source (a
solution might be to ship lit.py as part of llvm)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131203/00a5beac/attachment.html>


More information about the llvm-bugs mailing list