mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-05 12:31:46 +00:00
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ceadf0514b
commit
b1443b1749
@ -410,7 +410,7 @@ static bool LinkFunctionBodies(Module *Dest, const Module *Src,
|
||||
// the problem. Upon failure, the Dest module could be in a modified state, and
|
||||
// shouldn't be relied on to be consistent.
|
||||
//
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0) {
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) {
|
||||
|
||||
// LinkTypes - Go through the symbol table of the Src module and see if any
|
||||
// types are named in the src module that are not named in the Dst module.
|
||||
|
@ -410,7 +410,7 @@ static bool LinkFunctionBodies(Module *Dest, const Module *Src,
|
||||
// the problem. Upon failure, the Dest module could be in a modified state, and
|
||||
// shouldn't be relied on to be consistent.
|
||||
//
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0) {
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) {
|
||||
|
||||
// LinkTypes - Go through the symbol table of the Src module and see if any
|
||||
// types are named in the src module that are not named in the Dst module.
|
||||
|
@ -410,7 +410,7 @@ static bool LinkFunctionBodies(Module *Dest, const Module *Src,
|
||||
// the problem. Upon failure, the Dest module could be in a modified state, and
|
||||
// shouldn't be relied on to be consistent.
|
||||
//
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0) {
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) {
|
||||
|
||||
// LinkTypes - Go through the symbol table of the Src module and see if any
|
||||
// types are named in the src module that are not named in the Dst module.
|
||||
|
Loading…
x
Reference in New Issue
Block a user