mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 12:09:51 +00:00
Fix fuchsia builds broken by r313999
llvm-svn: 314021
This commit is contained in:
parent
fee6e4aba8
commit
3aae099702
@ -25,6 +25,10 @@ namespace __sanitizer {
|
||||
extern uptr MainThreadStackBase, MainThreadStackSize;
|
||||
extern sanitizer_shadow_bounds_t ShadowBounds;
|
||||
|
||||
// TODO(fjricci) Remove this struct by refactoring common functions
|
||||
// out of sanitizer_procmaps.h
|
||||
struct MemoryMappingLayoutData {};
|
||||
|
||||
} // namespace __sanitizer
|
||||
|
||||
#endif // SANITIZER_FUCHSIA
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
#include "sanitizer_common.h"
|
||||
#include "sanitizer_internal_defs.h"
|
||||
#include "sanitizer_fuchsia.h"
|
||||
#include "sanitizer_linux.h"
|
||||
#include "sanitizer_mac.h"
|
||||
#include "sanitizer_mutex.h"
|
||||
|
Loading…
Reference in New Issue
Block a user