aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/PowerPC/xcoff-comdat.cpp
blob: 7da8d9a2cc2256e6e08ffdd93f9aa51123dad920 (plain)
1
2
3
4
5
6
7
8
9
10
// 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