[llvm-bugs] [Bug 39629] New: libc++ benchmarks do not build with older version of the compiler.

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Nov 11 11:18:17 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=39629

            Bug ID: 39629
           Summary: libc++ benchmarks do not build with older version of
                    the compiler.
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: denis.yaroshevskij at gmail.com
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

Hi!

So - libc++ in it's documentation claims to support clang3.5

Unfortunaly, when compiling the benchmarks for the library with clang3.9 - we
get a compiler error because of -std=c++17:
https://github.com/llvm-mirror/libcxx/blob/master/benchmarks/CMakeLists.txt#L71

This is important because there are performance issues that arise with previous
versions of clang and it's a good idea to run benchmarks on those too.

-- 
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/20181111/50e141a2/attachment.html>


More information about the llvm-bugs mailing list