From 1af75417414236bd163e62c383c8607bb44cb834 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Fri, 14 Oct 2022 09:02:42 -0500 Subject: [PATCH] [Libomptarget] Fix missing semicolon in exports --- openmp/libomptarget/plugins/exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/libomptarget/plugins/exports b/openmp/libomptarget/plugins/exports index 2f07d61b4673a..cc7beda183afa 100644 --- a/openmp/libomptarget/plugins/exports +++ b/openmp/libomptarget/plugins/exports @@ -1,6 +1,6 @@ VERS1.0 { global: - __tgt_rtl* + __tgt_rtl*; local: *; };