[LLVMbugs] [Bug 6148] New: Some LLVM tests fail, when build with cmake, if clang isn' t built

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jan 26 03:26:50 PST 2010


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

           Summary: Some LLVM tests fail, when build with cmake, if clang
                    isn't built
           Product: Build scripts
           Version: trunk
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cmake
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ingmar at exherbo.org
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4116)
 --> (http://llvm.org/bugs/attachment.cgi?id=4116)
Output of 'make test'

See attachment for the output of 'make test'.

I'm building with cmake, tools/clang isn't present, so clang isn't built.

This bug occurs because %cxx_config is unset (in test/site.exp) when clang
isn't built. These tests should be skipped in this case, I think.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list