bolt/deps/llvm-18.1.8/clang/test/CodeGen/PowerPC/xcoff-comdat.cpp
2025-02-14 19:21:04 +01:00

10 lines
251 B
C++

// RUN: %clang_cc1 -triple powerpc-ibm-aix -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple powerpc64-ibm-aix -emit-llvm -o - %s | FileCheck %s
class a {
virtual void d() {}
virtual void e();
};
void a::e() {}
// CHECK-NOT: = comdat