Fix dwarf5-lazy-dwo.c for the default c target not being c99.
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Wed, 7 Dec 2022 16:50:33 +0000 (08:50 -0800)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Wed, 7 Dec 2022 17:07:56 +0000 (09:07 -0800)
commitfc5bda52f00b63fbe4b503b813380d9b81ee7f0b
tree8a3d6a8c24ef56f7b2e9c9ac741c043ef9ea67df
parente7569cb955762170912e1f44228ce508909f6410
Fix dwarf5-lazy-dwo.c for the default c target not being c99.

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'.

Reviewed By: Eric

Differential Revision: https://reviews.llvm.org/D139461
lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c