diff options
| author | Sriraman Tallam <tmsriram@google.com> | 2017-11-07 22:34:55 +0000 |
|---|---|---|
| committer | Sriraman Tallam <tmsriram@google.com> | 2017-11-07 22:34:55 +0000 |
| commit | fe34d6d8cdf6460f9eb8886d9d1ccd18572595f7 (patch) | |
| tree | 4eaf39ce9b2be7a483787c93a6062499f9e13a1c /clang/test/CodeGen/noplt.c | |
| parent | c227512ce4c2092f89e119d5fc429086bc466fe3 (diff) | |
| download | bcm5719-llvm-fe34d6d8cdf6460f9eb8886d9d1ccd18572595f7.tar.gz bcm5719-llvm-fe34d6d8cdf6460f9eb8886d9d1ccd18572595f7.zip | |
Change noplt.c to work for non-x86 targets.
Differential Revision: https://reviews.llvm.org/D39759
llvm-svn: 317627
Diffstat (limited to 'clang/test/CodeGen/noplt.c')
| -rw-r--r-- | clang/test/CodeGen/noplt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/noplt.c b/clang/test/CodeGen/noplt.c index ce054e2b7cb..f467199efab 100644 --- a/clang/test/CodeGen/noplt.c +++ b/clang/test/CodeGen/noplt.c @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -emit-llvm -fno-plt %s -o - | FileCheck %s -check-prefix=CHECK-NOPLT // CHECK-NOPLT: Function Attrs: nonlazybind -// CHECK-NOPLT-NEXT: declare i32 @foo +// CHECK-NOPLT-NEXT: declare {{.*}}i32 @foo int foo(); int bar() { |

