This is an archive of the discontinued LLVM Phabricator instance.

[Fix] [Fortran Support] Fix variable name & make testcase activate on release
ClosedPublic

Authored by bollu on May 10 2017, 10:29 AM.

Details

Summary

There was:

#ifdef NDEBUG

This should be:

#ifndef NDEBUG

Also, the variable name was incorrect. Fixed the variable name.

Event Timeline

bollu created this revision.May 10 2017, 10:29 AM

@Meinersbur: I'm sorry for letting this slip past. I only build in debug mode, so naturally #ifdef NDEBUG will not be run. Is there either some simple way to also run release mode without rebuilding LLVM?

Also, is it possible to get an email from the buildbots in case a build fails? That would be nice, if possible.

grosser accepted this revision.May 10 2017, 10:35 AM

buildbots should send an email.

This is a trivial patch, please just commit it directly.

This revision is now accepted and ready to land.May 10 2017, 10:35 AM
bollu closed this revision.May 10 2017, 3:05 PM

fixed by 858d31018f9941d7e27ecfb2d0dbe5cefbce4efc