9 lines
307 B
Text
9 lines
307 B
Text
|
# RUN: yaml2obj %S/Inputs/symbols.yaml -o %t
|
||
|
|
||
|
# RUN: lldb-test symtab --find-symbols-by-regex='.*some.*' --mangling-preference=demangled %t | FileCheck %s
|
||
|
# CHECK: someFunc(int, int, int)
|
||
|
# CHECK: someFunc(char, int)
|
||
|
# CHECK: someOtherFunc()
|
||
|
# CHECK: someOtherFunc(double)
|
||
|
# CHECK-NOT: ignoreThisFunction()
|