summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bindings/llvm-c
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-06-12 06:17:24 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-06-12 06:17:24 +0000
commit5db224e1f041e2d21bbf4eb0db7a1e8c0cd8439d (patch)
treed3845b46a7856215e5d20896f5371b9b039de1f6 /llvm/test/Bindings/llvm-c
parentadc79395252d2c417224985833ba70acf36e8318 (diff)
downloadbcm5719-llvm-5db224e1f041e2d21bbf4eb0db7a1e8c0cd8439d.tar.gz
bcm5719-llvm-5db224e1f041e2d21bbf4eb0db7a1e8c0cd8439d.zip
Make sure we have a Add/Remove/Has function for various thing that can have attribute.
Summary: This also deprecated the get attribute function familly. Reviewers: Wallbraker, whitequark, joker.eph, echristo, rafael, jyknight Subscribers: axw, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D19181 llvm-svn: 272504
Diffstat (limited to 'llvm/test/Bindings/llvm-c')
-rw-r--r--llvm/test/Bindings/llvm-c/invoke.ll9
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/test/Bindings/llvm-c/invoke.ll b/llvm/test/Bindings/llvm-c/invoke.ll
index 22e3c8523ab..0cd70a74e48 100644
--- a/llvm/test/Bindings/llvm-c/invoke.ll
+++ b/llvm/test/Bindings/llvm-c/invoke.ll
@@ -70,13 +70,14 @@ unwind7: ; preds = %unwind5
declare void @_D6object6Object6__ctorFMC6object6ObjectZv(%C6object6Object*)
-declare i8* @_d_allocmemory(i64)
+declare noalias i8* @_d_allocmemory(i64)
declare i32 @__sd_eh_personality(i32, i32, i64, i8*, i8*)
-declare void @__sd_eh_throw(%C6object9Throwable*)
+declare void @__sd_eh_throw(%C6object9Throwable* nonnull) #0
; Function Attrs: nounwind readnone
-declare i32 @llvm.eh.typeid.for(i8*) #0
+declare i32 @llvm.eh.typeid.for(i8*) #1
-attributes #0 = { nounwind readnone } \ No newline at end of file
+attributes #0 = { noreturn }
+attributes #1 = { nounwind readnone } \ No newline at end of file
OpenPOWER on IntegriCloud