[LLVMdev] x86 in win32 folder

Morten Ofstad morten at hue.no
Wed Mar 28 01:06:17 PDT 2007


Seung Jae Lee wrote:
> Is there any special reason only x86 code is implemented in win32 folder unlike lib\Target folder which contains codes for other architectures?

No reason beyond the fact that windows is more or less only x86/x64. If you want to add more targets to the visual 
studio project files it shouldn't be very difficult. You can copy the custom build rules for the .td files in the x86 
project. The rest is just adding the .cpp and .h files and setting the include paths etc. to the same as in the x86 project.

m.



More information about the llvm-dev mailing list