mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
remove printf - it was there only for debugging!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3e5a0d8b0b
commit
4cb16349b0
@ -158,7 +158,6 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
|
|||||||
ld_plugin_status claim_file_hook(const ld_plugin_input_file *file,
|
ld_plugin_status claim_file_hook(const ld_plugin_input_file *file,
|
||||||
int *claimed) {
|
int *claimed) {
|
||||||
void *buf = NULL;
|
void *buf = NULL;
|
||||||
printf("%s,%d,%d\n",file->name, file->offset, file->filesize);
|
|
||||||
// If set, this means gold found IR in an ELF section. LLVM doesn't wrap its
|
// If set, this means gold found IR in an ELF section. LLVM doesn't wrap its
|
||||||
// IR in ELF, so we know it's not us. But it can also be an .a file containing
|
// IR in ELF, so we know it's not us. But it can also be an .a file containing
|
||||||
// LLVM IR.
|
// LLVM IR.
|
||||||
|
Loading…
Reference in New Issue
Block a user