summaryrefslogtreecommitdiff
path: root/Modules/Compiler/ROCMClang-OBJC.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Compiler/ROCMClang-OBJC.cmake')
-rw-r--r--Modules/Compiler/ROCMClang-OBJC.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Compiler/ROCMClang-OBJC.cmake b/Modules/Compiler/ROCMClang-OBJC.cmake
deleted file mode 100644
index 794973d33e..0000000000
--- a/Modules/Compiler/ROCMClang-OBJC.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-include(Compiler/ROCMClang)
-__compiler_rocmclang(OBJC)
-
-set(_rocm_clang_ver "${CMAKE_OBJC_COMPILER_VERSION_INTERNAL}")
-set(CMAKE_OBJC_COMPILER_VERSION "${CMAKE_OBJC_COMPILER_VERSION_INTERNAL}")
-include(Compiler/Clang-OBJC)
-set(CMAKE_OBJC_COMPILER_VERSION "${_rocm_clang_ver}")