mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
Fix final linking errors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb12c508cb
commit
905e7344b6
@ -10,10 +10,7 @@ struct bar : public foo {
|
||||
bar();
|
||||
};
|
||||
|
||||
//int bar::X() { return 0; }
|
||||
|
||||
bar::bar() {
|
||||
|
||||
}
|
||||
bar::bar() { }
|
||||
foo::foo() { }
|
||||
|
||||
int main() { return 0; }
|
||||
|
@ -1,4 +1,4 @@
|
||||
void bar();
|
||||
void bar(){}
|
||||
|
||||
void foo() {
|
||||
struct TEST {
|
||||
|
Loading…
Reference in New Issue
Block a user