[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / gold / X86 / new-pm.ll
blob1236793433d26e20a6841c45eac051d163b07509
1 ; Test plugin options new-pass-manager and debug-pass-manager
2 ; RUN: opt -module-summary %s -o %t.o
4 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
5 ; RUN:     --plugin-opt=thinlto \
6 ; RUN:     --plugin-opt=new-pass-manager \
7 ; RUN:     --plugin-opt=debug-pass-manager \
8 ; RUN:     --plugin-opt=cache-dir=%t.cache \
9 ; RUN:     -o %t2.o %t.o 2>&1 | FileCheck %s
11 ; CHECK: Running pass:
13 ;; --plugin-opt=debug-pass-manager is a no-op for the legacy pass manager.
14 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
15 ; RUN:     --plugin-opt=thinlto \
16 ; RUN:     --plugin-opt=legacy-pass-manager --plugin-opt=debug-pass-manager \
17 ; RUN:     -o /dev/null %t.o 2>&1 | count 0
19 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
20 target triple = "x86_64-unknown-linux-gnu"
22 define void @globalfunc() #0 {
23 entry:
24   ret void