Add missing file header

This commit is contained in:
Daniel Thornburgh 2025-07-15 15:24:53 -07:00
parent fd1ee30e8c
commit aa874c9928

View File

@ -1,3 +1,18 @@
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
///
/// \file
/// This file instantiates the functionality needed for supporting floating
/// point arguments in modular printf builds. Non-modular printf builds
/// implicitly instantiate these functions.
///
//===----------------------------------------------------------------------===//
#ifdef LIBC_COPT_PRINTF_MODULAR
#include "src/__support/arg_list.h"