brintos

brintos / llvm-project-archived public Read only

0
0
Text · 218 B · 2a0a442 Raw
6 lines · c
1// RUN: %clang_cc1 -load %llvmshlibdir/LLVMPrintFunctionNames%pluginext -o /dev/null -emit-llvm %s 2>&1 | FileCheck %s2// REQUIRES: plugins, examples3 4// CHECK: [PrintPass] Found function: x 5int x(int y){ return y; }6