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

6 lines
217 B
C

// RUN: %clang_cc1 %s --linker-option=/include:foo -triple i686-pc-win32 -emit-llvm -o - | FileCheck %s
// CHECK: !llvm.linker.options = !{![[msvcrt:[0-9]+]]}
// CHECK: ![[msvcrt]] = !{!"/include:foo"}
int f(void);