Add a requires line to test.
authorAdrian Prantl <aprantl@apple.com>
Tue, 9 Nov 2021 18:15:54 +0000 (10:15 -0800)
committerAdrian Prantl <aprantl@apple.com>
Tue, 9 Nov 2021 18:16:03 +0000 (10:16 -0800)
lldb/test/Shell/SymbolFile/absolute-symbol.s

index 912703f..08e7eeb 100644 (file)
@@ -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)