/
GitCaptain
/
llvm-project
Обзор
Документация
Войти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
fix-tests
libc/src/errno/dummy_errno.cpp
7 строк
369 B
Siva Chandra Reddy
[libc][NFC] Add dummy errno target to satisfy mixed mode builds.
30 июл 2021, 20:42
30 июл 2021, 20:42
381f9af
Код
Авторство
О чём код?
//===-- An empty file to be used for mixed mode builds --------------------===// // // 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 // //===----------------------------------------------------------------------===//