diff options
author | Jeremy Morse <jeremy.morse@sony.com> | 2019-10-31 16:22:10 +0000 |
---|---|---|
committer | Jeremy Morse <jeremy.morse@sony.com> | 2019-10-31 16:22:10 +0000 |
commit | cb935f345683194e42e6e883d79c5a16479acd74 (patch) | |
tree | cfb11e7bf901b8edf3b78dc97bbb5275190e9b4c /debuginfo-tests/win_cdb-tests | |
parent | f2cb9c0eabc132152b5b3ad4c87a5a02345a883d (diff) | |
download | llvm-cb935f345683194e42e6e883d79c5a16479acd74.tar.gz |
Revert "Import Dexter to debuginfo-tests"
This reverts commit f78c236efda85af1e526ac35ed535ef4786450e3.
Green dragon breakage was observed; I'll take a look at why.
Diffstat (limited to 'debuginfo-tests/win_cdb-tests')
-rw-r--r-- | debuginfo-tests/win_cdb-tests/README.txt | 12 | ||||
-rw-r--r-- | debuginfo-tests/win_cdb-tests/lit.local.cfg.py | 2 |
2 files changed, 0 insertions, 14 deletions
diff --git a/debuginfo-tests/win_cdb-tests/README.txt b/debuginfo-tests/win_cdb-tests/README.txt deleted file mode 100644 index 4ef69c09660d..000000000000 --- a/debuginfo-tests/win_cdb-tests/README.txt +++ /dev/null @@ -1,12 +0,0 @@ -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. - -An example header for a CDB test, of which there are currently none: - -// RUN: %clang_cl %s -o %t.exe -fuse-ld=lld -Z7 -// RUN: grep DE[B]UGGER: %s | sed -e 's/.*DE[B]UGGER: //' > %t.script -// RUN: %cdb -cf %t.script %t.exe | FileCheck %s --check-prefixes=DEBUGGER,CHECK diff --git a/debuginfo-tests/win_cdb-tests/lit.local.cfg.py b/debuginfo-tests/win_cdb-tests/lit.local.cfg.py deleted file mode 100644 index e4d61b1fbb63..000000000000 --- a/debuginfo-tests/win_cdb-tests/lit.local.cfg.py +++ /dev/null @@ -1,2 +0,0 @@ -# The win_cdb tests are supported when cmake was run in an MSVC environment. -config.unsupported = not config.is_msvc |