Author: Adrian Prantl
Date: 2021-11-09T10:16:03-08:00
New Revision: 56f7da6e0d29139d7684b2dc08901fefb64e4fa1

URL: 
https://github.com/llvm/llvm-project/commit/56f7da6e0d29139d7684b2dc08901fefb64e4fa1
DIFF: 
https://github.com/llvm/llvm-project/commit/56f7da6e0d29139d7684b2dc08901fefb64e4fa1.diff

LOG: Add a requires line to test.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/absolute-symbol.s

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/absolute-symbol.s 
b/lldb/test/Shell/SymbolFile/absolute-symbol.s
index 912703fd3828..08e7eeb818f7 100644
--- a/lldb/test/Shell/SymbolFile/absolute-symbol.s
+++ b/lldb/test/Shell/SymbolFile/absolute-symbol.s
@@ -1,4 +1,5 @@
-# RUN: %clang %s -g -c -o %t.o
+# REQUIRES: system-darwin
+# RUN: %clang %s -c -o %t.o
 # RUN: %lldb -b -o 'target modules lookup -s absolute_symbol' %t.o | FileCheck 
%s
 # CHECK: 1 symbols match 'absolute_symbol'
 # CHECK:   Address: 0x0000000012345678 (0x0000000012345678)


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to