summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/nonlazy-msgSend.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/nonlazy-msgSend.m')
-rw-r--r--test/CodeGenObjC/nonlazy-msgSend.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGenObjC/nonlazy-msgSend.m b/test/CodeGenObjC/nonlazy-msgSend.m
new file mode 100644
index 0000000..3d7ba10
--- /dev/null
+++ b/test/CodeGenObjC/nonlazy-msgSend.m
@@ -0,0 +1,6 @@
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o %t %s
+// RUN: grep -F 'declare i8* @objc_msgSend(i8*, i8*, ...) nonlazybind' %t
+
+void f0(id x) {
+ [x foo];
+}
OpenPOWER on IntegriCloud