From 9495b338121140d585648d64fb99e8ef7f92f867 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Fri, 12 Apr 2019 18:27:13 -0700 Subject: Move features from passOptions to Module (#2001) This allows us to emit a (potentially modified) target features section and conditionally emit other sections such as the DataCount section based on the presence of features. --- src/passes/Print.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/passes/Print.cpp') diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index ebfb6c311..29d867d76 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -1456,7 +1456,6 @@ Pass* createPrintStackIRPass() { std::ostream& WasmPrinter::printModule(Module* module, std::ostream& o) { PassRunner passRunner(module); - passRunner.setFeatures(FeatureSet::All); passRunner.setIsNested(true); passRunner.add(&o); passRunner.run(); -- cgit v1.2.3