blob: 4a080db5b2eb4699f936d285324bcd73f76b219d [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
Ted Kremenek32ad2ee2012-03-01 22:07:04 +00006@__experimental_modules_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