blob: bf9248e395e86d042d3b342d79f23aeaf3d71938 [file] [log] [blame]
Douglas Gregord6125662012-11-05 23:58:27 +00001// RUN: rm -rf %t
Richard Smith47972af2015-06-16 00:08:24 +00002// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -include Module/Module.h %s -emit-llvm -o - | FileCheck %s
Douglas Gregord6125662012-11-05 23:58:27 +00003
David Blaikieea3e51d2015-06-29 17:29:50 +00004// CHECK: call {{.*}}i8* @getModuleVersion
Douglas Gregord6125662012-11-05 23:58:27 +00005const char* getVer(void) {
6 return getModuleVersion();
7}