Skip to content

Commit ef50d81

Browse files
committed
1 parent 9f075c3 commit ef50d81

File tree

3 files changed

+5
-0
lines changed
  • bolt/test/Inputs
  • cross-project-tests/debuginfo-tests/dexter-tests
  • lldb/test/API/functionalities/thread/exit_during_expression

3 files changed

+5
-0
lines changed

bolt/test/Inputs/asm_main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
void foo(void);
2+
13
int main() {
24
foo();
35
return 0;

cross-project-tests/debuginfo-tests/dexter-tests/dbg-arg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ struct _mtx
1818
} mtxi;
1919
};
2020

21+
int bar(int, int);
2122

2223
int foobar(struct _mtx *mutex) {
2324
int r = 1;

lldb/test/API/functionalities/thread/exit_during_expression/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
static unsigned int g_timeout = 100000;
77

8+
extern int usleep(unsigned int);
9+
810
int function_to_call() {
911

1012
errno = 0;

0 commit comments

Comments
 (0)