[Libomptarget] Fix missing semicolon in exports
authorJoseph Huber <jhuber6@vols.utk.edu>
Fri, 14 Oct 2022 14:02:42 +0000 (09:02 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Fri, 14 Oct 2022 14:02:42 +0000 (09:02 -0500)
openmp/libomptarget/plugins/exports

index 2f07d61..cc7beda 100644 (file)
@@ -1,6 +1,6 @@
 VERS1.0 {
   global:
-    __tgt_rtl*
+    __tgt_rtl*;
   local:
     *;
 };