We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clang++-18
1 parent 685d47b commit 075afc4Copy full SHA for 075afc4
infra/platforms/platforms/vdt.py
@@ -15,7 +15,7 @@
15
16
# C lang
17
target_lang = 'c'
18
-compiler = 'clang-18++'
+compiler = 'clang++-18'
19
c_flags = ['-O3','-ffp-contract=off']
20
ld_flags = ['-lm']
21
driver_name = 'main.cpp'
0 commit comments