[all-commits] [llvm/llvm-project] 3351ae: [Libomptarget] Remove duplicate data environment exit
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jun 21 19:36:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3351ae61d9cb14fdbbde33176ce2030ef94f5f66
https://github.com/llvm/llvm-project/commit/3351ae61d9cb14fdbbde33176ce2030ef94f5f66
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M openmp/libomptarget/DeviceRTL/src/Parallelism.cpp
Log Message:
-----------
[Libomptarget] Remove duplicate data environment exit
Summary:
This patch removes a duplicated exit from the OpenMP data envrionment.
We already have an RAII method that guards this environment so it is
unnecessary.
More information about the All-commits
mailing list