Skip to content

Commit 075afc4

Browse files
committed
Change to clang++-18
1 parent 685d47b commit 075afc4

File tree

1 file changed

+1
-1
lines changed
  • infra/platforms/platforms

1 file changed

+1
-1
lines changed

infra/platforms/platforms/vdt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# C lang
1717
target_lang = 'c'
18-
compiler = 'clang-18++'
18+
compiler = 'clang++-18'
1919
c_flags = ['-O3','-ffp-contract=off']
2020
ld_flags = ['-lm']
2121
driver_name = 'main.cpp'

0 commit comments

Comments
 (0)