[LLVMbugs] [Bug 20654] New: compiler-rt tests fail in out-of-tree CMake build
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 13 14:38:08 PDT 2014
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: unassignedbugs at nondot.org
Reporter: hans at chromium.org
CC: llvmbugs at cs.uiuc.edu, samsonov at google.com
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140813/2aaab48b/attachment.html>
More information about the llvm-bugs
mailing list