aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/noplt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/noplt.c')
-rw-r--r--test/CodeGen/noplt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/noplt.c b/test/CodeGen/noplt.c
index f467199efab2..20e2e07b0fd4 100644
--- a/test/CodeGen/noplt.c
+++ b/test/CodeGen/noplt.c
@@ -1,7 +1,8 @@
-// RUN: %clang_cc1 -emit-llvm -fno-plt %s -o - | FileCheck %s -check-prefix=CHECK-NOPLT
+// RUN: %clang_cc1 -emit-llvm -fno-plt %s -o - | FileCheck %s -check-prefix=CHECK-NOPLT -check-prefix=CHECK-NOPLT-METADATA
// CHECK-NOPLT: Function Attrs: nonlazybind
// CHECK-NOPLT-NEXT: declare {{.*}}i32 @foo
+// CHECK-NOPLT-METADATA: !"RtLibUseGOT"
int foo();
int bar() {