Fix AOT debug for macOS (#1494)

note: macOS doesn't have elf.h
This commit is contained in:
YAMAMOTO Takashi
2022-09-16 19:54:04 +09:00
committed by GitHub
parent 1eedde7c33
commit f5939c7bc1
7 changed files with 906 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <errno.h>
#include <stdbool.h>
#include <elf.h>
#include "elf.h"
#include "aot_runtime.h"
#include "bh_log.h"