Skip to content

Commit c0bcce7

Browse files
author
Daniel Kroening
committed
use clang as native compiler for goto-clang
1 parent 1f19e23 commit c0bcce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/goto-cc/gcc_mode.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ static std::string compiler_name(
6161
base_name.find("goto-bcc")!=std::string::npos)
6262
return "bcc";
6363

64+
if(base_name=="goto-clang")
65+
return "clang";
66+
6467
std::string::size_type pos=base_name.find("goto-gcc");
6568

6669
if(pos==std::string::npos ||

0 commit comments

Comments
 (0)