We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778fa86 commit aebf03dCopy full SHA for aebf03d
CMakeLists.txt
@@ -147,6 +147,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
147
)
148
set(LLVM_ENABLE_PROJECTS clang;lld CACHE STRING "")
149
set(LLVM_TARGETS_TO_BUILD AArch64;ARM CACHE STRING "")
150
+set(LLVM_DEFAULT_TARGET_TRIPLE aarch64-none-elf CACHE STRING "")
151
152
# Default to a release build
153
# (CMAKE_BUILD_TYPE is a special CMake variable so if you want to set
0 commit comments