repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
PowerPC
/
xcoff-comdat.cpp
blob
7da8d9a2cc2256e6e08ffdd93f9aa51123dad920
1
// RUN: %clang_cc1 -triple powerpc-ibm-aix -emit-llvm -o - %s | FileCheck %s
2
// RUN: %clang_cc1 -triple powerpc64-ibm-aix -emit-llvm -o - %s | FileCheck %s
3
4
class
a
{
5
virtual
void
d
() {}
6
virtual
void
e
();
7
};
8
void
a
::
e
() {}
9
10
// CHECK-NOT: = comdat