[PATCH] D39759: Remove x86 specific code from noplt.c

Sriraman Tallam via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 7 14:35:36 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317627: Change noplt.c to work for non-x86 targets. (authored by tmsriram).

Changed prior to commit:
  https://reviews.llvm.org/D39759?vs=121977&id=121987#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39759

Files:
  cfe/trunk/test/CodeGen/noplt.c


Index: cfe/trunk/test/CodeGen/noplt.c
===================================================================
--- cfe/trunk/test/CodeGen/noplt.c
+++ cfe/trunk/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() {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39759.121987.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171107/6fa3c68d/attachment.bin>


More information about the cfe-commits mailing list