Details
- Reviewers
dblaikie - Commits
- rGb153fbefa3d6: Change dbg-*-tag-offset tests to use llvm-dwarfdump.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Unit tests: pass. 61155 tests passed, 0 failed and 728 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Might want to use CHECK-NEXT as you were before and/or maybe some CHECK-NOT: DW_TAG between the TAG/AT/AT triples, to make sure you aren't checking attributes in some unintended TAG, etc.
Unit tests: fail. 61174 tests passed, 1 failed and 729 were skipped.
failed: libc++.std/thread/thread_mutex/thread_mutex_requirements/thread_mutex_requirements_mutex/thread_mutex_class/try_lock.pass.cpp
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
llvm/test/CodeGen/AArch64/dbg-declare-tag-offset.ll | ||
---|---|---|
6–13 | Oh, I'd probably use "CHECK-NOT: DW_TAG", FWIW. (because you're interested in these tags being attached to a DW_TAG_variable, not some other tag) |
llvm/test/CodeGen/AArch64/dbg-declare-tag-offset.ll | ||
---|---|---|
6–13 | right, of course |
Unit tests: pass. 61175 tests passed, 0 failed and 729 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Oh, I'd probably use "CHECK-NOT: DW_TAG", FWIW. (because you're interested in these tags being attached to a DW_TAG_variable, not some other tag)