brintos

brintos / llvm-project-archived public Read only

0
0
Text · 556 B · fd21da9 Raw
16 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/CheckBasicIncludesEmit.h6 7RUN: cat %t/lib/CheckBasicIncludesEmit.cpp | FileCheck %s8 9# All server-side source files must have these includes at the top of their files.10CHECK: #include "RPCUserServer.h"11CHECK: #include "SBAPI.h"12CHECK: #include <lldb-rpc/common/RPCArgument.h>13CHECK: #include <lldb-rpc/common/RPCCommon.h>14CHECK: #include <lldb-rpc/common/RPCFunction.h>15CHECK: #include <lldb/API/LLDB.h>16