[PATCH] D70121: [DebugInfo][LDV] Teach LDV how to identify source variables and handle fragments
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 07:28:19 PST 2019
jmorse added inline comments.
================
Comment at: debuginfo-tests/dexter-tests/coalesce_dbg_values.cpp:1
+// REQUIRES: system-linux
+//
----------------
This would more ideally be "UNSUPPORTED: system-windows" so that it runs on the darwin debuginfo-tests bot too.
I think there's still some uncertainty (to me) about what should go into debuginfo-tests, but integration tests for what happens when things are optimised out sounds great.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70121/new/
https://reviews.llvm.org/D70121
More information about the llvm-commits
mailing list