[test-suite] r338645 - cmake: Remove CMakeLists.txt of unused non-working benchmark.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 15:20:12 PDT 2018


Author: matze
Date: Wed Aug  1 15:20:12 2018
New Revision: 338645

URL: http://llvm.org/viewvc/llvm-project?rev=338645&view=rev
Log:
cmake: Remove CMakeLists.txt of unused non-working benchmark.

The sphot benchmark requires fortran so this CMakeLists.txt is broken anyway.
Nobody noticed because it wasn't included in the first place; just
remove the CMakeLists.txt to avoid confusion.

Removed:
    test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/sphot/CMakeLists.txt

Removed: test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/sphot/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/sphot/CMakeLists.txt?rev=338644&view=auto
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/sphot/CMakeLists.txt (original)
+++ test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/sphot/CMakeLists.txt (removed)
@@ -1,2 +0,0 @@
-set(PROG sphot)
-list(APPEND LDFLAGS -lm)




More information about the llvm-commits mailing list