Skip to content

Commit e7e200a

Browse files
committed
Include src/__support/macros/properties/architectures.h directly
1 parent 8e7fabe commit e7e200a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

libc/test/IntegrationTest/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ add_object_library(
1414
libc.hdr.stdint_proxy
1515
libc.src.__support.OSUtil.osutil
1616
libc.src.__support.CPP.atomic
17+
libc.src.__support.macros.properties.architectures
1718
${arch_specific_deps}
1819
)

libc/test/IntegrationTest/test.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "src/__support/OSUtil/exit.h"
1313
#include "src/__support/OSUtil/io.h"
14+
#include "src/__support/macros/properties/architectures.h"
1415

1516
#define __AS_STRING(val) #val
1617
#define __CHECK_TRUE(file, line, val, should_exit) \

libc/test/UnitTest/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,6 @@ add_header_library(
204204
ErrnoCheckingTest.h
205205
DEPENDS
206206
libc.src.__support.common
207+
libc.src.__support.macros.properties.architectures
207208
libc.src.errno.errno
208209
)

libc/test/UnitTest/ErrnoCheckingTest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "src/__support/libc_errno.h"
1313
#include "src/__support/macros/config.h"
14+
#include "src/__support/macros/properties/architectures.h"
1415
#include "test/UnitTest/Test.h"
1516

1617
// Define macro to validate the value stored in the errno and restore it

0 commit comments

Comments
 (0)