From 4d81752204fede13d6513def4195aabe66c5586f Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Tue, 16 Apr 2019 16:47:50 -0700 Subject: Change default feature set to MVP (#1993) In the absence of the target features section or command line flags. When there are command line flags, it is an error if they do not exactly match the target features section, except if --detect-features has been provided. Also adds a --print-features pass to print the command line flags for all enabled options and uses it to make the feature tests more rigorous. --- src/passes/StripTargetFeatures.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/passes/StripTargetFeatures.cpp') diff --git a/src/passes/StripTargetFeatures.cpp b/src/passes/StripTargetFeatures.cpp index 645fbb11c..8eb7b0b75 100644 --- a/src/passes/StripTargetFeatures.cpp +++ b/src/passes/StripTargetFeatures.cpp @@ -16,8 +16,6 @@ #include "pass.h" -using namespace std; - namespace wasm { struct StripTargetFeatures : public Pass { -- cgit v1.2.3