llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Alex Langford (bulbazord)

<details>
<summary>Changes</summary>

The cpp file fails to build without `lld-link`.

---
Full diff: https://github.com/llvm/llvm-project/pull/161731.diff


1 Files Affected:

- (modified) lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp (+1-1) 


``````````diff
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp 
b/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp
index 81d643d9572d8..beb5ae2f90256 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

``````````

</details>


https://github.com/llvm/llvm-project/pull/161731
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to