Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
a76d7fa0
Commit
a76d7fa0
authored
Apr 09, 2018
by
John van Groningen
Browse files
remove compiler arguments -lattr, -lt, -lset, -lat from backend,
function parseCommandLine in module compile removes these
parent
287172b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/cocl.c
View file @
a76d7fa0
...
...
@@ -169,14 +169,6 @@ Bool CallCompiler (int argc, char **argv)
DoStackLayout
=
True
;
else
if
(
strcmp
(
argv_i
,
"-sa"
)
==
0
)
DoStrictnessAnalysis
=
False
;
else
if
(
strcmp
(
argv_i
,
"-lattr"
)
==
0
)
DoShowAttributes
=
False
;
else
if
(
strcmp
(
argv_i
,
"-lt"
)
==
0
)
DoListTypes
=
True
;
else
if
(
strcmp
(
argv_i
,
"-lset"
)
==
0
)
DoListStrictTypes
=
True
;
else
if
(
strcmp
(
argv_i
,
"-lat"
)
==
0
)
DoListAllTypes
=
True
;
else
if
(
strcmp
(
argv_i
,
"-ou"
)
==
0
)
DoReuseUniqueNodes
=
True
;
else
if
(
strcmp
(
argv_i
,
"-pm"
)
==
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment