[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git] / llvm / test / BugPoint / attr-crash.ll
blobc79671a00dba68b4614bcb697534be6933625b81
1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%pluginext %s -output-prefix %t -bugpoint-crashfuncattr 2>&1 | FileCheck %s
2 ; REQUIRES: plugins
4 ; ModuleID = 'attr-crash.ll'
5 source_filename = "test.c"
6 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
7 target triple = "x86_64-unknown-linux-gnu"
10 ; Function Attrs: noinline nounwind optnone uwtable
11 define dso_local i32 @main(i32 %argc, ptr %argv) local_unnamed_addr #0 {
12   ret i32 0
15 ; CHECK-NOT: Attribute 'optnone' requires 'noinline'!
16 attributes #0 = { noinline nounwind optnone uwtable "bugpoint-crash" }