search for: modulemap

Displaying 5 results from an estimated 5 matches for "modulemap".

2017 Mar 25
5
Modules Maintaining or Removing
Hallo all, I was trying to Build LLVM with the cmake option LLVM_ENABLE_MODULES just out of curiosity. I used the RELEASE_400/final tag. It didn't work as I almost expected. So I'm wondering if the modulemaps aren't maintained anymore? If they aren't maintained anymore, why aren't they removed and that cmake option also removed?
2017 Sep 05
2
[ThinLTO] static library failure with object files with the same name
...ot the same full path, but the archive made with llvm-ar does not store the full path). The library contains object files that have been compiled with `-flto=thin` (compiled with LDC, not clang, but that shouldn't matter). When linking to that static library, I get the error: Assertion failed: (ModuleMap.find(ModuleBuffer.getBufferIdentifier()) == ModuleMap.end() && "Expect unique Buffer Identifier"), function generateModuleMap, file ../lib/LTO/ThinLTOCodeGenerator.cpp, line 138. The error occurs because the buffer identifier uses the filename of the objects inside the archive, a...
2019 Apr 30
6
Disk space and RAM requirements in docs
...ping/Output 240K build/tools/clang/test/CXX/dcl.dcl/dcl.spec 232K build/tools/clang/test/PCH/Output/headersearch.cpp.tmp_orig 232K build/tools/clang/test/PCH/Output/headersearch.cpp.tmp_moved 232K build/lib/Target/ARM/TargetInfo 228K build/tools/clang/test/Modules/Output/module-imported-by-pch-with-modulemap.m.tmp.dst 228K build/tools/clang/test/Modules/Output/module-imported-by-pch-path.m.tmp.dst 228K build/tools/clang/test/Modules/Output/merge-template-members.cpp.tmp 228K build/lib/Target/AArch64/TargetInfo 224K build/tools/clang/test/SemaCUDA 224K build/tools/clang/test/Modules/Output/cxx-templates...
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...ude/c++/v1/./typeinfo > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./__split_buffer > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./bitset > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./module.modulemap > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./map > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./complex > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./__hash_table > -- Installing: >...
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote: >> >> I try to build libc++ and libc++abi for host x86_64(linux) and target >> arm(linux) but fail. >> > > Failing in what way? If this isn't working out of the box, we've done > something wrong. Yeah, it would help to know more specifics about where you're getting stuck. > > jroelofs might know more... For