blob: 9a7cf7eff08c6315dbdd5084760ab81ddbf98052 [file] [log] [blame]
Douglas Gregor14325692011-11-16 00:21:54 +00001// RUN: rm -rf %t
Douglas Gregor953a61f2013-02-07 19:01:24 +00002// RUN: %clang_cc1 -fmodules -x objective-c -fmodules-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 -fmodules-cache-path=%t -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
Douglas Gregorc13a34b2012-01-03 19:32:59 +00004// 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