search for: d10700

Displaying 2 results from an estimated 2 matches for "d10700".

Did you mean: d1000
2015 Jul 09
2
[LLVMdev] How to add a new target/toolchain to Clang ?
Hi all, I have been developping a out-of-tree backend. I would like to integrate it with clang. Note that my backend is rather simple, generates elf32, and I do not need about linux, libary paths, ... Can someone give me a pointer to a readme, an article, or maybe a good (i.e. simple) example ? Note :on a second step, I would like to support inline assembly in C code.. -- Frederic Heitzmann
2015 Jul 10
2
[LLVMdev] How to add a new target/toolchain to Clang ?
...one give me a pointer to a readme, an article, or maybe a good > > (i.e. simple) example ? > > > > Note :on a second step, I would like to support inline assembly in C > code.. > > > > Here is a simple example for adding a new toolchain: > http://reviews.llvm.org/D10700 > > See R600TargetInfo in lib/Basic/Targets.cpp for an example of a > simple Target that supports inline assembly. > > -Tom > > > -- > > Frederic Heitzmann > > > _______________________________________________ > > LLVM Developers mailing list > > L...