mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 18:24:38 +00:00
Don't duplicate the function name in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214272 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -387,10 +387,9 @@ static bool mustPreserve(const claimed_file &F, int i) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// all_symbols_read_hook - gold informs us that all symbols have been read.
|
/// gold informs us that all symbols have been read. At this point, we use
|
||||||
/// At this point, we use get_symbols to see if any of our definitions have
|
/// get_symbols to see if any of our definitions have been overridden by a
|
||||||
/// been overridden by a native object file. Then, perform optimization and
|
/// native object file. Then, perform optimization and codegen.
|
||||||
/// codegen.
|
|
||||||
static ld_plugin_status all_symbols_read_hook(void) {
|
static ld_plugin_status all_symbols_read_hook(void) {
|
||||||
// FIXME: raw_fd_ostream should be able to represent an unopened file.
|
// FIXME: raw_fd_ostream should be able to represent an unopened file.
|
||||||
std::unique_ptr<raw_fd_ostream> api_file;
|
std::unique_ptr<raw_fd_ostream> api_file;
|
||||||
|
Reference in New Issue
Block a user