[PATCH] D36717: [test-suite] Add SPEC CPU 2017
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 11:56:57 PDT 2017
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
I'm still waiting to get my hands on the benchmark to try this out myself.
But this is coming along nicely and looks good to me. Thanks!
================
Comment at: External/SPEC/CFP2017rate/519.lbm_r/CMakeLists.txt:9
+
+link_libraries(-lm)
+
----------------
Most parts of the test-suite use `list(APPEND LDFLAGS -lm)` for this (that's not better but maybe more consistent)
https://reviews.llvm.org/D36717
More information about the llvm-commits
mailing list