brintos

brintos / llvm-project-archived public Read only

0
0
Text · 347 B · 3237cb1 Raw
11 lines · plain
1# REQUIRES: native2# UNSUPPORTED: system-darwin3# UNSUPPORTED: system-windows4# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t5# RUN: %lldb -b -s %s %t | FileCheck %s6settings set target.process.follow-fork-mode child7settings set target.process.stop-on-exec false8b parent_func9process launch10# CHECK: function run in exec'd child11