search for: debugmap

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

Did you mean: debug_fp
2014 Nov 07
2
[LLVMdev] Reimplementing Darwin's dsymutil as an lld helper
.... So that the linker could call an API instead of running a tool ? Yes, the long term goal would be to expose it as an API. The separate tool is just a first step. I can’t give you the exact shape of the API know, but basically the main entry point would be something like: DwarfLinker::link(const DebugMap& map); Where the DebugMap is a collection of object files containing debug info associated with symbol mappings. In the end the dsymutil utility should just be a thin command line wrapper around that. > On 11/7/2014 11:53 AM, Frédéric Riss wrote: >>> On Nov 7, 2014, at 9:20 AM, Sh...
2015 Aug 24
4
Error building llvm
Trying to run make to build llvm, I faced the following error: Linking CXX shared library ../../lib/libLTO.so collect2: error: ld returned 1 exit status make[2]: *** [lib/libLTO.so.3.8.0svn] Error 1 make[1]: *** [tools/lto/CMakeFiles/LTO.dir/all] Error 2 make: *** [all] Error 2 So, what's the problem here? Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department
2014 Nov 07
3
[LLVMdev] Reimplementing Darwin's dsymutil as an lld helper
> On Nov 7, 2014, at 9:20 AM, Shankar Easwaran <shankare at codeaurora.org> wrote: > > Hi Fred, > > Could this tool be extended to read DWARF information in the final image and then pack it differently for other architectures as well ? I guess it could, depending on what you exactly mean by “pack it differently”. It could certainly strip some parts, or merge it with other
2019 Sep 24
3
Remove obsolete debug info while garbage collecting
24.09.2019 8:26, Rui Ueyama пишет: > Hi Alexey, > > Thank you for sharing this proposal. Reducing the size of debug info > is generally a good thing, and I believe you'd see more debug info > size reduction in Rust programs than in C++ programs, because I heard > that the Rust compiler driver passes a lot of object files to the > linker, expecting that the linker would
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ase+Asserts Executable obj2yaml (without symbols) make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/obj2yaml' make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/dsymutil' llvm[2]: Compiling BinaryHolder.cpp for Release+Asserts build llvm[2]: Compiling DebugMap.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts executable llvm-cxxdump (without symbols) llvm[2]: Linking Release+Asserts executable verify-uselistorder (without symbols) llvm[2]: Compiling DwarfLinker.cpp for Release+Asserts build llvm[2]: ======= Finished Linking Release+Asserts E...