[PATCH] D48398: [test-suite] Set the language standard for SPEC benchmarks that do not compile using the newest.
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 21 09:17:37 PDT 2018
evandro added inline comments.
================
Comment at: test-suite/trunk/External/SPEC/CINT2006/473.astar/CMakeLists.txt:1
+list(APPEND CPPFLAGS -std=c++98)
+
----------------
Should this be `c++03` instead?
Repository:
rL LLVM
https://reviews.llvm.org/D48398
More information about the llvm-commits
mailing list