Displaying 4 results from an estimated 4 matches for "llvmaarch64codegen".
2017 Dec 01
2
CMake executable dependency woes
...OMPONENTS. The simplest way
to reproduce is to run a configure with `-DLLVM_DISTRIBUTION_COMPONENTS=clang`.
This should show lots of errors of the following form:
CMake Error: install(EXPORT "ClangTargets" ...) includes target "clang" which requires target "LLVMAArch64CodeGen" that is not in the export set.
The issue is that we add dependencies to executables using the legacy
target_link_libraries signature, which marks the dependencies as public (i.e.
they apply to both the target and any other targets linking against it, or in
other words the...
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a
/lot/ of errors like this (strangely I hit none of these in check-llvm,
only in check-clang):
Any ideas?
==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes
at address 0x631000014800
==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...the lld tools. If OFF, just generate build targets.
LLD_BUILD_TOOLS:BOOL=ON
//Enable VTune user task tracking.
LLD_USE_VTUNE:BOOL=OFF
//Dependencies for target
LLVMAArch64AsmParser_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMAArch64AsmPrinter_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMAArch64CodeGen_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMAArch64Desc_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMAArch64Disassembler_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMAArch64Info_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMAArch64Utils_LIB_DEPENDS:STATIC=
//Dependencies fo...
2019 Apr 30
6
Disk space and RAM requirements in docs
...M/CMakeFiles/LLVMARMCodeGen.dir
313M build/lib/Target/ARM/CMakeFiles
307M build/lib/Target/WebAssembly
306M build/tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir
306M build/tools/clang/lib/ARCMigrate/CMakeFiles
306M build/tools/clang/lib/ARCMigrate
304M build/lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir
304M build/lib/Target/AArch64/CMakeFiles
291M build/tools/polly
290M build/tools/polly/lib
285M build/lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir
285M build/lib/Target/Mips/CMakeFiles
281M build/tools/polly/lib/CMakeFiles/PollyCore.dir
281M build/tools/polly/lib/CMakeFiles
269M build/lib/Tar...