mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 04:29:42 +00:00
980d3645df
Summary: This creates an integration test for global constants Reviewers: rnk Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D62974 llvm-svn: 362745
These are debug info integration tests similar to the ones in the parent directory, except that these are designed to test compatibility between clang, lld, and cdb, the command line debugger that ships as part of the Microsoft Windows SDK. The debugger command language that cdb uses is very different from gdb and LLDB, so it's useful to be able to write some tests directly in the cdb command language.