search for: l00251

Displaying 4 results from an estimated 4 matches for "l00251".

2013 Jul 18
2
[LLVMdev] Compile Error SVN
llvm[2]: Compiling FileSystemStatCache.cpp for Release+Asserts build FileSystemStatCache.cpp: In static member function 'static bool clang::FileSystemStatCache::get(const char*, stat&, bool, int*, clang::FileSystemStatCache*)': FileSystemStatCache.cpp:63: error: 'openFileForRead' is not a member of 'llvm::sys::fs' make[2]: ***
2017 Apr 20
4
Relocation design of different architecture
Thanks for the reply. I was just asking about in general whatever header files are there in Targets/ for different architectures are not including any function except this processRelocationRef() to be used in RuntimeDyldELF.cpp or RuntimeDyldCOFF.cpp or RuntimeDyldMachO.cpp and i think these files are the ones which are actually doing the relocation and linking work. So what purpose do these
2017 Apr 21
2
Relocation design of different architecture
.... Not HOW to actually perform >>>>> the relocation - just like "Animal" doesn't know what a cat or a dog >>>>> "says". The processRelocationRef() is called here: >>>>> http://llvm.org/docs/doxygen/html/RuntimeDyld_8cpp_source.html#l00251 >>>>> >>>>> Again, it's not clear exactly what you are asking for, so I'm not sure >>>>> whether my explanation is helpful or not... >>>>> >>>>> -- >>>>> Mats >>>>> >>>>>...
2017 Apr 21
2
Relocation design of different architecture
...> the relocation - just like "Animal" doesn't know what a cat or a dog >>>>>>> "says". The processRelocationRef() is called here: >>>>>>> http://llvm.org/docs/doxygen/html/RuntimeDyld_8cpp_source.ht >>>>>>> ml#l00251 >>>>>>> >>>>>>> Again, it's not clear exactly what you are asking for, so I'm not >>>>>>> sure whether my explanation is helpful or not... >>>>>>> >>>>>>> -- >>>>>>>...