blob: 6479f06b2696442128e75f190f61653565c77253 [file] [log] [blame]
Douglas Gregor14325692011-11-16 00:21:54 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodule-cache-path %t -emit-module-from-map -fmodule-name=irgen -triple x86_64-apple-darwin10 %S/Inputs/module.map
3// RUN: %clang_cc1 -fmodule-cache-path %t -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
Douglas Gregor1a995dd2011-09-15 18:47:32 +00004
Douglas Gregor14325692011-11-16 00:21:54 +00005__import_module__ irgen;
Douglas Gregor1a995dd2011-09-15 18:47:32 +00006
7// CHECK: define void @triple_value
8void triple_value(int *px) {
9 *px = triple(*px);
10}
11
12// CHECK: define internal i32 @triple(i32