Displaying 3 results from an estimated 3 matches for "footargetmachine".
2015 Mar 14
2
[LLVMdev] Add a backend
...ion on the build system seems to be out of date, or maybe I don't
understand it. I copied the Sparc target to a directory (Foo for the
example), added Foo to the subdirectories list in
llvm\lib\Target\LLVMBuild.txt and to LLVM_ALL_TARGETS in
llvm\CMakeLists.txt. I removed the files except for FooTargetMachine.cpp
and FooTargetMachine.h.
FooTargetMachine is not completed yet, but I was trying to compile and get
linker errors about _LLVMInitializeFooTargetMC referenced in function void
llvm::InitializeAllTargetMCs(void). I do not see anything about how to
implement this function.
Is there additional do...
2015 Mar 14
2
[LLVMdev] Add a backend
...of date, or maybe I don't
> > understand it. I copied the Sparc target to a directory (Foo for the
> > example), added Foo to the subdirectories list in
> > llvm\lib\Target\LLVMBuild.txt and to LLVM_ALL_TARGETS in
> > llvm\CMakeLists.txt. I removed the files except for FooTargetMachine.cpp
> > and FooTargetMachine.h.
> >
> > FooTargetMachine is not completed yet, but I was trying to compile and
> get
> > linker errors about _LLVMInitializeFooTargetMC referenced in function
> void
> > llvm::InitializeAllTargetMCs(void). I do not see anything ab...
2015 Mar 14
2
[LLVMdev] Add a backend
...tand it. I copied the Sparc target to a directory (Foo for the
> >> > example), added Foo to the subdirectories list in
> >> > llvm\lib\Target\LLVMBuild.txt and to LLVM_ALL_TARGETS in
> >> > llvm\CMakeLists.txt. I removed the files except for
> >> > FooTargetMachine.cpp
> >> > and FooTargetMachine.h.
> >> >
> >> > FooTargetMachine is not completed yet, but I was trying to compile and
> >> > get
> >> > linker errors about _LLVMInitializeFooTargetMC referenced in function
> >> > void
> &g...