[Openmp-dev] [PATCH] Remove duplicated line

Jack Howarth howarth.mailing.lists at gmail.com
Mon Jun 2 05:47:38 PDT 2014


   The attach patch eliminates a error in my committed
runtime/src/CMakeLists.txt . When I made the adjustments requested in the
original on-list review comments, I re-ordered the SOURCES file list from
order matching order of compilation in build.pl to a simple alphabetical
list for readability. In the process, I accidentally duplicated the entry
for kmp_global.c, This patch corrects this error. Thanks in advance for
fixing this minor glitch in openmp svn.
            Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/openmp-dev/attachments/20140602/e60d5dcf/attachment.html>
-------------- next part --------------
Index: runtime/src/CMakeLists.txt
===================================================================
--- runtime/src/CMakeLists.txt	(revision 210020)
+++ runtime/src/CMakeLists.txt	(working copy)
@@ -90,7 +90,6 @@ set(SOURCES
   kmp_ftn_extra.c
   kmp_global.c
   kmp_gsupport.c
-  kmp_global.c
   kmp_i18n.c
   kmp_io.c
   kmp_itt.c


More information about the Openmp-dev mailing list