1 ; RUN: llvm-as %s -o %t.o
4 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
5 ; RUN: --plugin-opt=disable-verify \
6 ; RUN: --plugin-opt=-debug-pass=Arguments \
7 ; RUN: -shared %t.o -o %t2.o 2>&1 | FileCheck %s
9 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
10 ; RUN: --plugin-opt=-debug-pass=Arguments \
11 ; RUN: -shared %t.o -o %t2.o 2>&1 | FileCheck %s -check-prefix=VERIFY
13 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
14 target triple = "x86_64-unknown-linux-gnu"
16 ; -disable-verify should disable output verification from the optimization
18 ; CHECK: Pass Arguments: {{.*}} -verify -
21 ; VERIFY: Pass Arguments: {{.*}} -verify {{.*}} -verify