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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to