[Openmp-commits] [PATCH] D29171: [libomptarget] Fix compilation with libc++

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 27 03:14:52 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL293277: [libomptarget] Fix compilation with libc++ (authored by Hahnfeld).

Changed prior to commit:
  https://reviews.llvm.org/D29171?vs=85879&id=86039#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29171

Files:
  openmp/trunk/libomptarget/src/omptarget.cpp


Index: openmp/trunk/libomptarget/src/omptarget.cpp
===================================================================
--- openmp/trunk/libomptarget/src/omptarget.cpp
+++ openmp/trunk/libomptarget/src/omptarget.cpp
@@ -72,7 +72,7 @@
 
   HostDataToTargetListTy::iterator Entry;
 
-  LookupResult() : Flags({0,0,0}), Entry(0) {}
+  LookupResult() : Flags({0,0,0}), Entry() {}
 };
 
 /// Map for shadow pointers


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29171.86039.patch
Type: text/x-patch
Size: 410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170127/dd5cb2b2/attachment.bin>


More information about the Openmp-commits mailing list