This is an archive of the discontinued LLVM Phabricator instance.

Use -Wno-vla-extension globally.
ClosedPublic

Authored by brucem on Aug 31 2015, 8:14 PM.

Details

Summary

This was previously only established within debugserver, but
there is a use of the VLA extension in source/Host/macosx/Symbols.cpp,
so ignore this warning globally.

Diff Detail

Repository
rL LLVM

Event Timeline

brucem updated this revision to Diff 33660.Aug 31 2015, 8:14 PM
brucem retitled this revision from to Use -Wno-vla-extension globally..
brucem updated this object.
brucem added a reviewer: clayborg.
brucem added a subscriber: lldb-commits.
clayborg accepted this revision.Sep 1 2015, 9:46 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Sep 1 2015, 9:46 AM
This revision was automatically updated to reflect the committed changes.