blob: 8f4c299a7efbc02b185bd5855589a33ce28d3939 [file] [log] [blame]
Douglas Gregor14325692011-11-16 00:21:54 +00001// RUN: rm -rf %t
Douglas Gregorc13a34b2012-01-03 19:32:59 +00002// RUN: %clang_cc1 -fmodules -x objective-c -fmodule-cache-path %t -emit-module -fmodule-name=irgen -triple x86_64-apple-darwin10 %S/Inputs/module.map
3// RUN: %clang_cc1 -fmodules -x objective-c -fmodule-cache-path %t -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
4// FIXME: When we have a syntax for modules in C, use that.
Douglas Gregor1a995dd2011-09-15 18:47:32 +00005
Douglas Gregor1b257af2012-12-11 22:11:52 +00006@import irgen;
Douglas Gregor1a995dd2011-09-15 18:47:32 +00007
8// CHECK: define void @triple_value
9void triple_value(int *px) {
10 *px = triple(*px);
11}
12
13// CHECK: define internal i32 @triple(i32