Skip to content

Commit 24ad78b

Browse files
committed
[Driver] invoke clang as clang-14
1 parent 937a15e commit 24ad78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ int main(int argc, const char **argv) {
154154
llvmIR->print(f, nullptr);
155155

156156
std::stringstream command;
157-
command << "clang " << llvmIRPath;
157+
command << "clang-14 " << llvmIRPath;
158158
if (!options.output.empty())
159159
command << " -o " << options.output;
160160

0 commit comments

Comments
 (0)