summaryrefslogtreecommitdiff
path: root/polly/unittests
diff options
context:
space:
mode:
authorLogan Smith <logan.r.smith0@gmail.com>2020-07-22 15:06:05 -0700
committerLogan Smith <logan.r.smith0@gmail.com>2020-07-22 15:07:01 -0700
commit97a0f80c469c338e9173355e9f8a0a977adfe266 (patch)
tree514623a1067639e40fce99298faf2299de496dbf /polly/unittests
parent50da55a58534e9207d8d5e31c8b4b5cf0c624175 (diff)
downloadllvm-97a0f80c469c338e9173355e9f8a0a977adfe266.tar.gz
Revert "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories."
This reverts commit 388c9fb1af48b059d8b65cb2e002e0992d147aa5.
Diffstat (limited to 'polly/unittests')
-rw-r--r--polly/unittests/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/polly/unittests/CMakeLists.txt b/polly/unittests/CMakeLists.txt
index 1a6881fde3fd..fac70383de94 100644
--- a/polly/unittests/CMakeLists.txt
+++ b/polly/unittests/CMakeLists.txt
@@ -19,10 +19,6 @@ function(add_polly_unittest test_name)
target_link_libraries(${test_name} PRIVATE Polly)
endfunction()
-if (CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG)
- add_compile_options("-Wno-suggest-override")
-endif()
-
add_subdirectory(Isl)
add_subdirectory(Flatten)
add_subdirectory(DeLICM)