Displaying 2 results from an estimated 2 matches for "x86wincoffobjectwriter".
2012 Nov 27
0
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
...<arch>ELFObjectWriter // <arch> = X86, MBlaze, ARM, Mips, PPC
// Note the subclasses do not have "Target" in the name.
// Which makes them look like subclasses of ELFObjectWriter.
// And now a special special case.
MCWinCOFFObjectTargetWriter // in MCWinCOFFObjectWriter.h
X86WinCOFFObjectWriter
// Subclass name makes it look like it ought to be a subclass of the
// (nonexistent) [Win]COFFObjectWriter.
Thanks,
--paulr
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...me/NIKHILREDDY/WORK/LLVM_OBJ/lib/ExecutionEngine/MCJIT'
make[3]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/ExecutionEngine/Orc'
llvm[3]: Compiling ExecutionUtils.cpp for Release+Asserts build
llvm[2]: Compiling BranchFolding.cpp for Release+Asserts build
llvm[4]: Compiling X86WinCOFFObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling IndirectionUtils.cpp for Release+Asserts build
llvm[4]: Compiling X86WinCOFFStreamer.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMX86Desc.a
make[4]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/...