My host compiler is clang version 15.0.0, which uses -std=c11 by
default. The test asserts that the language is 'c99', and so the test
fails locally.
Update the test to be explicit about compiling with 'c99'.
Differential D139461
Fix dwarf5-lazy-dwo.c for the default c target not being c99. hctim on Dec 6 2022, 2:15 PM. Authored by
Details My host compiler is clang version 15.0.0, which uses -std=c11 by Update the test to be explicit about compiling with 'c99'.
Diff Detail
|