[llvm-branch-commits] [lldb] r362670 - Skip globals-fundamental test when Python is disabled
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jun 5 19:45:39 PDT 2019
Author: tstellar
Date: Wed Jun 5 19:45:39 2019
New Revision: 362670
URL: http://llvm.org/viewvc/llvm-project?rev=362670&view=rev
Log:
Skip globals-fundamental test when Python is disabled
Modified:
lldb/branches/release_80/lit/SymbolFile/NativePDB/globals-fundamental.cpp
Modified: lldb/branches/release_80/lit/SymbolFile/NativePDB/globals-fundamental.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/release_80/lit/SymbolFile/NativePDB/globals-fundamental.cpp?rev=362670&r1=362669&r2=362670&view=diff
==============================================================================
--- lldb/branches/release_80/lit/SymbolFile/NativePDB/globals-fundamental.cpp (original)
+++ lldb/branches/release_80/lit/SymbolFile/NativePDB/globals-fundamental.cpp Wed Jun 5 19:45:39 2019
@@ -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
More information about the llvm-branch-commits
mailing list