summaryrefslogtreecommitdiff
path: root/erts/emulator/asmjit/core/target.cpp
blob: fef025d709a1c5ee286028fb26c02f0be1eea415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file is part of AsmJit project <https://asmjit.com>
//
// See asmjit.h or LICENSE.md for license and copyright information
// SPDX-License-Identifier: Zlib

#include "../core/api-build_p.h"
#include "../core/target.h"

ASMJIT_BEGIN_NAMESPACE

Target::Target() noexcept : _environment() {}
Target::~Target() noexcept {}

ASMJIT_END_NAMESPACE