Add Linux NativeAOT debug info regression test (#81612)
authorAndy Gocke <angocke@microsoft.com>
Tue, 14 Feb 2023 19:48:36 +0000 (11:48 -0800)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2023 19:48:36 +0000 (11:48 -0800)
commit34bec269ff0b02224f318792c02f0254025b43bf
tree44f5fe12586d39c27614dc042961451d4fe559bc
parentadfccb13c3cb52083d794b3a95fc50b2c914eda4
Add Linux NativeAOT debug info regression test (#81612)

The test runs llvm-dwarfdump and verifies that the number of warnings
and errors is expected. As we improve the debug information we can
start tracking individual warnings and errors, hopefully bringing
this number to zero.
src/tests/nativeaot/SmokeTests/DwarfDump/DwarfDump.csproj [new file with mode: 0644]
src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs [new file with mode: 0644]