[all-commits] [llvm/llvm-project] fc5bda: Fix dwarf5-lazy-dwo.c for the default c target not...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Wed Dec 7 09:08:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc5bda52f00b63fbe4b503b813380d9b81ee7f0b
https://github.com/llvm/llvm-project/commit/fc5bda52f00b63fbe4b503b813380d9b81ee7f0b
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c
Log Message:
-----------
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
More information about the All-commits
mailing list