aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-06-06 02:45:39 +0000
committerTom Stellard <tstellar@redhat.com>2019-06-06 02:45:39 +0000
commit4db27e1d1e10e88f6e6f145b58ec84d557ff9d9f (patch)
tree2534bf6e35647ca087a418fdcc6482ad1dc16f58
parent0462c73f7610c1606f3f6fd80494ddd3e7b9cbab (diff)
downloadllvm-4db27e1d1e10e88f6e6f145b58ec84d557ff9d9f.zip
llvm-4db27e1d1e10e88f6e6f145b58ec84d557ff9d9f.tar.gz
llvm-4db27e1d1e10e88f6e6f145b58ec84d557ff9d9f.tar.bz2
Skip globals-fundamental test when Python is disabled
llvm-svn: 362670
-rw-r--r--lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp b/lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp
index 8891edd..b3d3e37 100644
--- a/lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp
+++ b/lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp
@@ -1,5 +1,5 @@
// clang-format off
-// REQUIRES: lld
+// REQUIRES: lld, python
// Test that we can display tag types.
// RUN: %build --compiler=clang-cl --nodefaultlib -o %t.exe -- %s