#!/usr/bin/env sh

# SPDX-License-Identifier: CC0-1.0

# SPDX-FileCopyrightText: 2021 Stefan Schmidt

lld -flavor link \
    -subsystem:windows \
    -fixed \
    -base:0x00010000 \
    -stack:65536 \
    -merge:.edata=.edataxb \
    "$@"
