We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0e4ae commit 5cda3c1Copy full SHA for 5cda3c1
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
@@ -24,6 +24,7 @@ my %cc2cxx = (
24
xlc => [ 'xlC' ], # IBM C/C++ Set, xlc without thread-safety
25
xlc_r => [ 'xlC_r' ], # IBM C/C++ Set, xlc with thread-safety
26
cl => [ 'cl' ], # Microsoft Visual Studio
27
+ clang => [ 'clang++' ], # LLVM compiler frontend
28
);
29
30
sub new {
0 commit comments