Displaying 2 results from an estimated 2 matches for "writeobjectfil".
Did you mean:
writeobjectfile
2017 Jul 05
3
MSP430 code generation from LLVM IR
...0x0000000107d246c0 LLVMInstallFatalErrorHandler
+ 0
8 ldc2 0x0000000105efd2a7
codegenModule(llvm::TargetMachine&, llvm::Module&, llvm::raw_fd_ostream&,
llvm::TargetMachine::CodeGenFileType) + 391
9 ldc2 0x0000000105f00ab9 (anonymous
namespace)::writeObjectFile(llvm::Module*, char const*) + 377
10 ldc2 0x0000000105efcc05 writeModule(llvm::Module*,
char const*) + 10517
11 ldc2 0x0000000105ee6162
ldc::CodeGenerator::writeAndFreeLLModule(char const*) + 1602
12 ldc2 0x0000000105ee6a82
ldc::CodeGener...
2017 Nov 13
4
How to objcopy via LLVM toolchain for armv7e-m ELF32LE?
Hi LLVM developers,
As PR35281 mentioned:
$ llvm-objcopy -O binary llvm-cortex-m7.elf llvm-cortex-m7.bin
llvm-objcopy: 'llvm-cortex-m7.elf': The file was not recognized as a
valid object file.
if (ELFObjectFile<ELF64LE> *o =
dyn_cast<ELFObjectFile<ELF64LE>>(&Binary))
https://github.com/llvm-mirror/llvm/blob/master/tools/llvm-objcopy/llvm-objcopy.cpp#L200