[llvm-bugs] [Bug 47275] New: Building compiler-rt via LLVM_ENABLE_RUNTIMES doesn't run builtins tests
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 21 12:04:02 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47275
Bug ID: 47275
Summary: Building compiler-rt via LLVM_ENABLE_RUNTIMES doesn't
run builtins tests
Product: Build scripts
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: daltenty at ibm.com
CC: llvm-bugs at lists.llvm.org
When we build compiler-rt via -DLLVM_ENABLE_RUNTIMES=compiler-rt, running
check-all will not run the builtins tests.
For example the fixtfti_test.c ppc builtin test which should run on LE Linux is
present if compiler-rt is added to LLVM_ENABLE_PROJECTS:
PASS: Builtins-powerpc64le-linux :: fixtfti_test.c
But when we build it via LLVM_ENABLE_RUNTIMES, there is output related to the
test at all and the usual test targets seem to be missing from build.ninja.
--
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/20200821/d9d41b93/attachment.html>
More information about the llvm-bugs
mailing list