brintos

brintos / llvm-project-archived public Read only

0
0
Text · 333 B · 6194048 Raw
9 lines · plain
1// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}2// RUN: rm -rf %t3// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -include Module/Module.h %s -emit-llvm -o - | FileCheck %s4 5// CHECK: call {{.*}}ptr @getModuleVersion6const char* getVer(void) {7  return getModuleVersion();8}9