Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
7d6ea216
Commit
7d6ea216
authored
7 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Add a note about the state of C++ support
parent
37ed1ddf
No related branches found
No related tags found
1 merge request
!505
Cpp
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.swift
+8
-4
8 additions, 4 deletions
INSTALL.swift
with
8 additions
and
4 deletions
INSTALL.swift
+
8
−
4
View file @
7d6ea216
...
@@ -34,13 +34,17 @@ directory. See README for run parameters.
...
@@ -34,13 +34,17 @@ directory. See README for run parameters.
SWIFT
has
been
successfully
built
and
tested
with
the
following
compilers
:
SWIFT
has
been
successfully
built
and
tested
with
the
following
compilers
:
-
GCC
4.8
.
x
-
GCC
4.8
.
x
-
Intel
ICC
15.0
.
x
-
Intel
ICC
15.0
.
x
-
clang
3.4
.
x
-
clang
3.4
.
x
More
recent
versions
and
slightly
older
ones
should
also
be
able
to
More
recent
versions
and
slightly
older
ones
should
also
be
able
to
build
the
software
.
build
the
software
.
It
has
also
been
built
with
Intel
and
GNU
C
++
compilers
,
but
that
currently
requires
the
--
disable
-
vec
and
,
for
Intel
,
--
disable
-
compiler
-
warnings
configure
options
.
By
default
an
attempt
to
choose
suitable
set
of
optimizing
compiler
flags
By
default
an
attempt
to
choose
suitable
set
of
optimizing
compiler
flags
will
be
made
,
targeted
for
the
host
machine
of
the
build
.
If
this
doesn
'
t
will
be
made
,
targeted
for
the
host
machine
of
the
build
.
If
this
doesn
'
t
work
or
the
binaries
will
for
another
architecture
then
you
can
stop
the
work
or
the
binaries
will
for
another
architecture
then
you
can
stop
the
...
@@ -61,7 +65,7 @@ You could also add some additional flags:
...
@@ -61,7 +65,7 @@ You could also add some additional flags:
./
configure
--
enable
-
debug
--
disable
-
optimization
CFLAGS
=
"-O2"
./
configure
--
enable
-
debug
--
disable
-
optimization
CFLAGS
=
"-O2"
for
instance
.
GCC
address
sanitizer
flags
can
be
included
using
the
for
instance
.
GCC
address
sanitizer
flags
can
be
included
using
the
./
configure
--
enable
-
sanitizer
./
configure
--
enable
-
sanitizer
...
@@ -113,7 +117,7 @@ before you can build it.
...
@@ -113,7 +117,7 @@ before you can build it.
none
-
standard
name
.
none
-
standard
name
.
-
libtool
:
The
build
system
relies
on
libtool
.
-
libtool
:
The
build
system
relies
on
libtool
as
well
as
the
other
autotools
.
Optional
Dependencies
Optional
Dependencies
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment