Permalink
Browse files
add clang 8.0 to clang compilers list
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
_resources/port1.0/compilers/clang_compilers.tcl
|
|
@@ -3,6 +3,7 @@ |
|
|
# does Clang work on all i386 and x86_64 systems? |
|
|
# according to https://packages.macports.org/clang-7.0/, |
|
|
# clang builds back to Mac OS X 10.6 |
|
|
lappend compilers macports-clang-8.0 |
|
|
lappend compilers macports-clang-7.0 |
|
|
lappend compilers macports-clang-6.0 |
|
|
lappend compilers macports-clang-5.0 |
|
|
|