This is an archive of the discontinued LLVM Phabricator instance.

Fix a build issue on Debian Jessie
AbandonedPublic

Authored by sylvestre.ledru on Aug 27 2018, 12:31 AM.

Details

Reviewers
None
Summary

Was failing with openmp/libomptarget/src/omptarget.cpp:37:21: error: 'va_start' was not declared in this scope

Event Timeline

Yeah, sorry for break. Alex is currently favoring to rewrite the varargs functions into macros: D51226

sylvestre.ledru retitled this revision from 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 to Fix a build issue on Debian Jessie.Aug 27 2018, 12:39 AM
sylvestre.ledru edited the summary of this revision. (Show Details)

Should be fixed in rL340767

Yes, we should have done this right away. I did a rewrite of the functionality that uses header files already included; it was posted in D50522 and the changes were approved and pushed to svn.

Hahnfeld added a subscriber: Hahnfeld.
sylvestre.ledru abandoned this revision.Sep 6 2018, 1:24 AM