14 lines · plain
1; RUN: rm -rf %t0 %t12; RUN: llvm-split -o %t %s -j 2 -mtriple amdgcn-amd-amdhsa3; RUN: llvm-dis -o - %t0 | FileCheck --check-prefix=CHECK0 %s4; RUN: not llvm-dis -o - %t15 6; Empty module without any defs should result in a single output module that is7; an exact copy of the input.8 9; CHECK0: declare void @A10; CHECK0: declare void @B11 12declare void @A()13declare void @B()14