forked from OSchip/llvm-project
Add a requires line to test.
This commit is contained in:
parent
fbfd327fdf
commit
56f7da6e0d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue