Displaying 1 result from an estimated 1 matches for "7a00d49b".
2012 Apr 10
1
[LLVMdev] How to explain this weird phenomenon????????
Hi 15102925731,
> But when I link the two objective file, it said
> "hello.o: In function `main':
> hello.bc:(.text+0x69): undefined reference to `check'
> clang: error: linker command failed with exit code 1 (use -v to see invocation)"
> What's wrong??
...
> declare i32 @check()
...
> *The original check.c file*
> #include <stdio.h>
> void