aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/CMakeLists.txt
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2023-02-09 09:20:39 +0000
committerGuillaume Chatelet <gchatelet@google.com>2023-02-09 09:20:46 +0000
commitf100ec2517e94eb9d7a488c105d311fa5029fbef (patch)
tree83043ecac8b9bba6ded0c266556fc2a5edfb263c /libc/src/__support/CMakeLists.txt
parent749f7f918d3159e3ed331075408a52a53b8b3c0d (diff)
downloadllvm-f100ec2517e94eb9d7a488c105d311fa5029fbef.zip
llvm-f100ec2517e94eb9d7a488c105d311fa5029fbef.tar.gz
llvm-f100ec2517e94eb9d7a488c105d311fa5029fbef.tar.bz2
[libc][NFC] Move architectures.h to properties subfolder
Diffstat (limited to 'libc/src/__support/CMakeLists.txt')
-rw-r--r--libc/src/__support/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/__support/CMakeLists.txt b/libc/src/__support/CMakeLists.txt
index 739789e..65f79f4 100644
--- a/libc/src/__support/CMakeLists.txt
+++ b/libc/src/__support/CMakeLists.txt
@@ -33,7 +33,7 @@ add_header_library(
HDRS
common.h
endian.h
- macros/architectures.h
+ macros/properties/architectures.h
macros/attributes.h
macros/cpu_features.h
)