This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove initializers from Config.h
ClosedPublic

Authored by sbc100 on Nov 28 2017, 11:42 AM.

Details

Summary

These should get initialized in by Driver.cpp based on
command line options.

Also, sort entries.

Event Timeline

sbc100 created this revision.Nov 28 2017, 11:42 AM
sbc100 added a subscriber: llvm-commits.
ruiu accepted this revision.Nov 28 2017, 12:21 PM

LGTM

This revision is now accepted and ready to land.Nov 28 2017, 12:21 PM
This revision was automatically updated to reflect the committed changes.