bolt/deps/llvm-18.1.8/clang/test/Frontend/llvmplugins.c
2025-02-14 19:21:04 +01:00

5 lines
221 B
C

// RUN: %clang_cc1 -load %llvmshlibdir/LLVMPrintFunctionNames%pluginext -S -o /dev/null -emit-llvm %s 2>&1 | FileCheck %s
// REQUIRES: plugins, examples
// CHECK: [PrintPass] Found function: x
int x(int y){ return y; }