brintos

brintos / llvm-project-archived public Read only

0
0
Text · 389 B · 4f95388 Raw
12 lines · plain
1# Disabling until the lldb-rpc-gen tool lands.2XFAIL: *3RUN: mkdir -p %t/server4RUN: mkdir -p %t/lib5RUN: %lldb-rpc-gen --output-dir=%t %S/../../Inputs/CheckConstCharPointer.h6 7RUN: cat %t/lib/CheckConstCharPointer.cpp | FileCheck %s8 9# const char * pointers must be decoded as rpc_common::ConstCharPointer objects10# in server side source files.11CHECK: rpc_common::ConstCharPointer string12