This is an archive of the discontinued LLVM Phabricator instance.

[test-suite] Always use -std=gnu89 for 253.perlbmk
ClosedPublic

Authored by jdoerfert on Nov 15 2016, 9:00 AM.

Details

Summary

If this flag is not present the different "external inline" behaviour
will cause link time problems. In r261470 this option was already added
to the CMakeLists.txt but not to the Makefile.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert updated this revision to Diff 78016.Nov 15 2016, 9:00 AM
jdoerfert retitled this revision from to [test-suite] Always use -std=gnu89 for 253.perlbmk.
jdoerfert updated this object.
jdoerfert added reviewers: sebpop, MatzeB, kristof.beyls.
jdoerfert set the repository for this revision to rL LLVM.
MatzeB accepted this revision.Nov 15 2016, 9:08 AM
MatzeB edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 15 2016, 9:08 AM
This revision was automatically updated to reflect the committed changes.