brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · a27ebb2 Raw
7 lines · c
1// Check that we aren't splitting debug output for modules builds that don't produce object files.2//3// RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -c -fmodules -### %s 2> %t4// RUN: FileCheck -check-prefix=CHECK-NO-ACTIONS < %t %s5//6// CHECK-NO-ACTIONS-NOT: objcopy7