[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-reduce / remove-module-inline-asm.ll
blobfa4dba8551f1060b528e3e338eda5589e8f7e0bd
1 ; RUN: llvm-reduce --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
2 ; RUN: FileCheck --check-prefix=CHECK-FINAL %s < %t
4 ; CHECK-INTERESTINGNESS: declare
6 ; CHECK-FINAL-NOT: module asm
7 ; CHECK-FINAL: declare void @g
9 module asm "foo"
11 declare void @g()