bolt/deps/llvm-18.1.8/clang/test/InterfaceStubs/object-double.c

5 lines
239 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: not %clang -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s
// Need to encode more type info or weak vs strong symbol resolution in llvm-ifs
// XFAIL: *
// CHECK: error: Interface Stub: Size Mismatch
float data = 42.0;