[Openmp-commits] [PATCH] D51285: Fix a build issue on Debian Jessie.Was failing with openmp/libomptarget/src/omptarget.cpp:37:21: error: 'va_start' was not declared in this scope

Sylvestre Ledru via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 27 00:32:29 PDT 2018


sylvestre.ledru created this revision.
sylvestre.ledru added a reviewer: Hahnfeld.
Herald added a subscriber: guansong.

Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51285

Files:
  libomptarget/src/omptarget.cpp


Index: libomptarget/src/omptarget.cpp
===================================================================
--- libomptarget/src/omptarget.cpp
+++ libomptarget/src/omptarget.cpp
@@ -19,6 +19,7 @@
 #include "rtl.h"
 
 #include <cassert>
+#include <cstdarg>
 #include <vector>
 #include <mutex>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51285.162625.patch
Type: text/x-patch
Size: 293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180827/f1dfae81/attachment-0001.bin>


More information about the Openmp-commits mailing list