Add missing file header
This commit is contained in:
parent
fd1ee30e8c
commit
aa874c9928
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user