[Openmp-commits] [openmp] 5afb531 - [Libomptarget][NFC] Remove unused CMake file

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 1 13:22:19 PDT 2022


Author: Joseph Huber
Date: 2022-08-01T16:21:53-04:00
New Revision: 5afb5312a09377d288d5aba84e042597292f25fa

URL: https://github.com/llvm/llvm-project/commit/5afb5312a09377d288d5aba84e042597292f25fa
DIFF: https://github.com/llvm/llvm-project/commit/5afb5312a09377d288d5aba84e042597292f25fa.diff

LOG: [Libomptarget][NFC] Remove unused CMake file

Summary:
This file is no longer used, get rid of it.

Added: 
    

Modified: 
    

Removed: 
    openmp/libomptarget/DeviceRTL/src/CMakeLists.txt


################################################################################
diff  --git a/openmp/libomptarget/DeviceRTL/src/CMakeLists.txt b/openmp/libomptarget/DeviceRTL/src/CMakeLists.txt
deleted file mode 100644
index ede8b6d8dd94..000000000000
--- a/openmp/libomptarget/DeviceRTL/src/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-target_sources(omptarget.devicertl PRIVATE
-  Configuration.cpp
-  Debug.cpp
-  Kernel.cpp
-  Mapping.cpp
-  Misc.cpp
-  Parallelism.cpp
-  Reduction.cpp
-  State.cpp
-  Synchronization.cpp
-  Tasking.cpp
-  Utils.cpp
-  Workshare.cpp)


        


More information about the Openmp-commits mailing list