[PATCH] D99640: [test-suite] SPEC2017 CPU pop2 floating point test.

Nichols A. Romero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 21:50:13 PDT 2021


naromero77 updated this revision to Diff 335998.
naromero77 added a comment.

- Use GLOB in speccpu2017_run_specpp
- Move common definitions and flags used by specpp into SpecCPU2017.cmake
- Re-use speccpu2017_prepare_rundir
- Number of minor fixes
- Number of updates to comments


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99640/new/

https://reviews.llvm.org/D99640

Files:
  External/SPEC/CFP2017speed/628.pop2_s/CMakeLists.txt


Index: External/SPEC/CFP2017speed/628.pop2_s/CMakeLists.txt
===================================================================
--- External/SPEC/CFP2017speed/628.pop2_s/CMakeLists.txt
+++ External/SPEC/CFP2017speed/628.pop2_s/CMakeLists.txt
@@ -46,13 +46,7 @@
 # pop2 has Fortran sources that need to be processed with specpp and C
 # sources that do not require it.
 
-# Compiler definitions affect C and *.f90 files, but note *.F90 files.
-# Following flags get added automatically by SpecCPU2017.cmake and not
-# include below:
-# -DSPEC -DSPEC_CPU -DNDEBUG
-# -DSPEC_SUPPRESS_OPENMP
-# -DSPEC_AUTO_BYTEORDER=0x12345678
-#
+# Compiler definitions affect C and *.f90 files, but not *.F90 files.
 add_definitions(
   -D_MPISERIAL
   -D_NETCDF


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99640.335998.patch
Type: text/x-patch
Size: 745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210408/f66da36d/attachment.bin>


More information about the llvm-commits mailing list