diff options
Diffstat (limited to 'lldb/test/Shell/SymbolFile/NativePDB')
-rw-r--r-- | lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp b/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp index 81d643d..beb5ae2 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp +++ b/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp @@ -1,4 +1,4 @@ -// REQUIRES: x86 +// REQUIRES: lld, x86 // Test symtab reading // RUN: %build --compiler=clang-cl --arch=64 --nodefaultlib -o %t.exe -- %s |