forked from OSchip/llvm-project
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 |
||
---|---|---|
.. | ||
README.txt | ||
global-constant.cpp | ||
hello.c | ||
inline-line-gap.cpp | ||
lit.local.cfg.py | ||
realigned-frame.cpp |
README.txt
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.