Skip to content

Commit

Permalink
Deposit libc, libm, crt into lib/aie2-none-unknown-elf on windows (Xi…
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Aug 26, 2024
1 parent 671fc11 commit 726d31f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/cmake/caches/Peano-AIE-runtime-libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ set(LLVM_ENABLE_RUNTIMES
CACHE STRING "")
set(LLVM_LIBC_FULL_BUILD ON CACHE BOOL "")
set(LLVM_FORCE_BUILD_RUNTIME "libc" CACHE STRING "")
# deposits libc, libm, crt into lib/aie2-none-unknown-elf instead of lib/
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")

set(LLVM_BUILTIN_TARGETS "aie-none-unknown-elf;aie2-none-unknown-elf" CACHE STRING "")
set(LLVM_RUNTIME_TARGETS "${LLVM_BUILTIN_TARGETS}" CACHE STRING "")
Expand Down

0 comments on commit 726d31f

Please sign in to comment.