[test-suite] r261061 - Adapt to latest SPEC sources
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 20:40:42 PST 2016
Author: matze
Date: Tue Feb 16 22:40:41 2016
New Revision: 261061
URL: http://llvm.org/viewvc/llvm-project?rev=261061&view=rev
Log:
Adapt to latest SPEC sources
Removed:
test-suite/trunk/External/SPEC/CINT2000/252.eon/fstream.h
test-suite/trunk/External/SPEC/CINT2000/252.eon/iostream.h
Modified:
test-suite/trunk/External/SPEC/CINT2000/176.gcc/CMakeLists.txt
test-suite/trunk/External/SPEC/CINT2000/252.eon/CMakeLists.txt
Modified: test-suite/trunk/External/SPEC/CINT2000/176.gcc/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/176.gcc/CMakeLists.txt?rev=261061&r1=261060&r2=261061&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/176.gcc/CMakeLists.txt (original)
+++ test-suite/trunk/External/SPEC/CINT2000/176.gcc/CMakeLists.txt Tue Feb 16 22:40:41 2016
@@ -4,6 +4,7 @@ endif()
if(TARGET_OS STREQUAL "Darwin")
list(APPEND LDFLAGS -Xlinker -stack_size -Xlinker 0x800000)
endif()
+list(APPEND CFLAGS -std=gnu89)
# We want reproducible builds
list(APPEND CPPFLAGS -D__DATE__="XXX" -D__TIME__="XXX")
Modified: test-suite/trunk/External/SPEC/CINT2000/252.eon/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/252.eon/CMakeLists.txt?rev=261061&r1=261060&r2=261061&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/252.eon/CMakeLists.txt (original)
+++ test-suite/trunk/External/SPEC/CINT2000/252.eon/CMakeLists.txt Tue Feb 16 22:40:41 2016
@@ -4,7 +4,7 @@ if(ARCH STREQUAL "PowerPC")
endif()
list(APPEND CXXFLAGS -fno-exceptions -Wno-deprecated -fpermissive)
list(APPEND LDFLAGS -lm)
-include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${BENCHMARK_DIR}/src)
+include_directories(${BENCHMARK_DIR}/src)
# There's more sourcefiles in the directory than necessary so enumerate the ones
# we want.
Removed: test-suite/trunk/External/SPEC/CINT2000/252.eon/fstream.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/252.eon/fstream.h?rev=261060&view=auto
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/252.eon/fstream.h (original)
+++ test-suite/trunk/External/SPEC/CINT2000/252.eon/fstream.h (removed)
@@ -1,3 +0,0 @@
-// Compatibility kludge because the benchmark is using ancient header names.
-#include <fstream>
-using namespace std;
Removed: test-suite/trunk/External/SPEC/CINT2000/252.eon/iostream.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/252.eon/iostream.h?rev=261060&view=auto
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/252.eon/iostream.h (original)
+++ test-suite/trunk/External/SPEC/CINT2000/252.eon/iostream.h (removed)
@@ -1,3 +0,0 @@
-// Compatibility kludge because the benchmark is using ancient header names.
-#include <iostream>
-using namespace std;
More information about the llvm-commits
mailing list