mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
macho: base files
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello, world");
|
||||
return 0;
|
||||
}
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
clang -c base.c -o base.o
|
||||
clang base.c -o base
|
||||
clang -fdebug-prefix-map=`pwd`=/object/testfiles/elf -g -c base.c -o base-debug.o
|
||||
Reference in New Issue
Block a user