[llvm-bugs] [Bug 41338] New: [test-suite] Question: timeit is applied to all compiles, but -save-stats=obj is not
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 1 14:23:15 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41338
Bug ID: 41338
Summary: [test-suite] Question: timeit is applied to all
compiles, but -save-stats=obj is not
Product: Test Suite
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Nightly Tester
Assignee: unassignedbugs at nondot.org
Reporter: lebedev.ri at gmail.com
CC: llvm-bugs at lists.llvm.org
I'm trying to integrate some library into test-suite, for local usage.
I'm seeing that timeit is used for *all* compile jobs, but -save-stats=obj
is only for the libs/executables created via llvm_test_executable_no_test().
Is this intentional that other compile objects end up without -save-stats=obj,
or is this only an artifact of the implementation/a bug?
--
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/20190401/8454fcc2/attachment.html>
More information about the llvm-bugs
mailing list