File tree Expand file tree Collapse file tree 6 files changed +89
-0
lines changed Expand file tree Collapse file tree 6 files changed +89
-0
lines changed Original file line number Diff line number Diff line change 1+ //===-- POSIX header endian.h ---------------------------------------------===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ //===----------------------------------------------------------------------===//
8+
9+ #ifndef LLVM_LIBC_ENDIAN_H
10+ #define LLVM_LIBC_ENDIAN_H
11+
12+ #include "__llvm-libc-common.h"
13+ #include "llvm-libc-macros/endian-macros.h"
14+
15+ %%public_api()
16+
17+ #endif // LLVM_LIBC_ENDIAN_H
Original file line number Diff line number Diff line change 1+ //===-- Macros defined in poll.h header file ------------------------------===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ //===----------------------------------------------------------------------===//
8+
9+ #ifndef LLVM_LIBC_MACROS_POLL_MACROS_H
10+ #define LLVM_LIBC_MACROS_POLL_MACROS_H
11+
12+ #ifdef __linux__
13+ #include "linux/poll-macros.h"
14+ #endif
15+
16+ #endif // LLVM_LIBC_MACROS_POLL_MACROS_H
Original file line number Diff line number Diff line change 1+ //===-- C standard library header poll.h ----------------------------------===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ //===----------------------------------------------------------------------===//
8+
9+ #ifndef LLVM_LIBC_POLL_H
10+ #define LLVM_LIBC_POLL_H
11+
12+ #include "__llvm-libc-common.h"
13+ #include "llvm-libc-macros/poll-macros.h"
14+
15+ %%public_api()
16+
17+ #endif // LLVM_LIBC_POLL_H
Original file line number Diff line number Diff line change 1+ // ===-- Unittests for countlsk --------------------------------------------===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+
9+ #include " CountlsTest.h"
10+
11+ #include " src/stdfix/countlsk.h"
12+
13+ LIST_COUNTLS_TESTS (accum, LIBC_NAMESPACE::countlsk);
Original file line number Diff line number Diff line change 1+ // ===-- Unittests for countlslk -------------------------------------------===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+
9+ #include " CountlsTest.h"
10+
11+ #include " src/stdfix/countlslk.h"
12+
13+ LIST_COUNTLS_TESTS (long accum, LIBC_NAMESPACE::countlslk);
Original file line number Diff line number Diff line change 1+ // ===-- Unittests for countlsr --------------------------------------------===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+
9+ #include " CountlsTest.h"
10+
11+ #include " src/stdfix/countlsr.h"
12+
13+ LIST_COUNTLS_TESTS (fract, LIBC_NAMESPACE::countlsr);
You can’t perform that action at this time.
0 commit comments