search for: emit_backup_suffix_not

Displaying 3 results from an estimated 3 matches for "emit_backup_suffix_not".

2018 May 29
2
LLVM IR source line error
...} } I think the function's first block's first instruction's source line should be the beginning of the function. Most of the functions inside the binary follow the rules. However, I found the file system.h in the coreutils-8.28 has a function like below: 611 static inline void 612 emit_backup_suffix_note (void) 613 { 614 fputs (_("\ 615 \n\ 616 The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\ 617 The version control method may be selected via the --backup option or through\n\ 618 the VERSION_CONTROL environment variable. Here are the values:\n\ 619 \n...
2018 May 29
0
LLVM IR source line error
...re are no instructions associated with the beginning of the function. (no frame setup, no allocas, etc) > Most of the functions inside the binary follow the rules. However, I found > the file system.h in the coreutils-8.28 has a function like below: > > 611 static inline void > 612 emit_backup_suffix_note (void) > 613 { > 614 fputs (_("\ > 615 \n\ > > 616 The backup suffix is '~', unless set with --suffix or > SIMPLE_BACKUP_SUFFIX.\n\ > 617 The version control method may be selected via the --backup option or > through\n\ > 618 the VERSION_CONTROL environme...
2018 May 30
1
LLVM IR source line error
...with the beginning of the function. (no frame > setup, no allocas, etc) > > >> Most of the functions inside the binary follow the rules. However, I >> found the file system.h in the coreutils-8.28 has a function like below: >> >> 611 static inline void >> 612 emit_backup_suffix_note (void) >> 613 { >> 614 fputs (_("\ >> 615 \n\ >> >> 616 The backup suffix is '~', unless set with --suffix or >> SIMPLE_BACKUP_SUFFIX.\n\ >> 617 The version control method may be selected via the --backup option or >> through\n\ >&g...