[PATCH] D17866: Swift Calling Convention: add swiftself attribute

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 09:55:35 PDT 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Yep, looks good.


================
Comment at: test/Bitcode/swiftself.ll:1
@@ +1,2 @@
+; RUN: llvm-as < %s | llvm-dis | FileCheck %s
+; RUN: verify-uselistorder < %s
----------------
Can you merge this into attributes.ll? Each new test file has a small cost, and this fits in with the existing test there.


http://reviews.llvm.org/D17866





More information about the llvm-commits mailing list