Skip to content

Commit 5cda3c1

Browse files
committed
Added clang/clang++ to the C->C++ compiler mappings
1 parent be0e4ae commit 5cda3c1

File tree

1 file changed

+1
-0
lines changed
  • dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder

1 file changed

+1
-0
lines changed

dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ my %cc2cxx = (
2424
xlc => [ 'xlC' ], # IBM C/C++ Set, xlc without thread-safety
2525
xlc_r => [ 'xlC_r' ], # IBM C/C++ Set, xlc with thread-safety
2626
cl => [ 'cl' ], # Microsoft Visual Studio
27+
clang => [ 'clang++' ], # LLVM compiler frontend
2728
);
2829

2930
sub new {

0 commit comments

Comments
 (0)