Summary: This makes the input file for a new test added in r372060 directly available in the Inputs subdirectory of the test dir. Differential Revision: https://reviews.llvm.org/D67655 llvm-svn: 372112
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
# RUN: echo 'b main' > %t.in
|
|
# RUN: echo 'run' >> %t.in
|
|
# RUN: echo 'command script import %S/Inputs/frame.py' >> %t.in
|
|
|
|
# RUN: %clang -g -O0 %S/Inputs/main.c -o %t.out
|
|
# RUN: %lldb -b -s %t.in %t.out | FileCheck %s
|
|
|
|
# CHECK: frame #0
|