Skip to content

Commit cad239f

Browse files
committed
appended clang 3.9
1 parent 02abdbc commit cad239f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

builder/core/data.py

+4
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,10 @@ class PKG_TOOLS(Enum):
509509
'c': "clang-3.9",
510510
'cxx': "clang++-3.9",
511511
},
512+
'3.9': {
513+
'c': "clang-3.9",
514+
'cxx': "clang++-3.9",
515+
},
512516
'6': {
513517
'c': "clang-6.0",
514518
'cxx': "clang++-6.0",

0 commit comments

Comments
 (0)