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

            Bug ID: 20654
           Summary: compiler-rt tests fail in out-of-tree CMake build
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

To reproduce:

$ git clone http://llvm.org/git/compiler-rt.git
$ mkdir compiler-rt/build
$ cd !$
$ cmake -GNinja -DLLVM_CONFIG_PATH=/work/llvm/build.release/bin/llvm-config ..
$ ninja
(So far so good..)
$ ninja check-all

Lots of tests fail. Looking at the output, it seems to be running the tests
with the host compiler, which in my case was gcc.

-- 
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