diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-06-11 18:17:38 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-06-11 18:17:38 +0000 |
commit | 89da04f7e8a7bb6826b79d539b009bb657c84482 (patch) | |
tree | e56964c1cbd4fdc1178620187a1ea3595e02491b /lit/SymbolFile/NativePDB | |
parent | c96e529e3b6d0efa504985bf5a6db1ac5e958fdf (diff) |
Notes
Diffstat (limited to 'lit/SymbolFile/NativePDB')
-rw-r--r-- | lit/SymbolFile/NativePDB/globals-fundamental.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lit/SymbolFile/NativePDB/globals-fundamental.cpp b/lit/SymbolFile/NativePDB/globals-fundamental.cpp index 8891eddf66896..b3d3e37fbebbc 100644 --- a/lit/SymbolFile/NativePDB/globals-fundamental.cpp +++ b/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 |