Skip to content
Snippets Groups Projects
Commit 30737019 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

No XLang should be checked if --xlang is off

parent 1f1b4460
No related branches found
No related tags found
No related merge requests found
......@@ -160,11 +160,11 @@ object Main {
val pipeBegin: Pipeline[List[String], Program] =
if (xlangF)
ExtractionPhase andThen
PreprocessingPhase andThen
xlang.NoXLangFeaturesChecking
PreprocessingPhase
else
ExtractionPhase andThen
PreprocessingPhase
PreprocessingPhase andThen
xlang.NoXLangFeaturesChecking
val pipeProcess: Pipeline[Program, Any] = {
if (noopF) RestoreMethods andThen FileOutputPhase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment