search for: spir32

Displaying 1 result from an estimated 1 matches for "spir32".

Did you mean: spirv32
2012 Dec 25
0
[LLVMdev] [cfe-commits] r170125 - /cfe/trunk/lib/Basic/Targets.cpp
...ta layout string, I see no other way to update this information in the DataLayout class. This way we get a failure when trying to build the layout of a struct that contains a pointer in 32 bits. In DataLayout.cpp, the default pointer size and alignment is 8 bytes, which is clearly not right for the SPIR32 target. Thanks Guy Benyei -----Original Message----- From: cfe-commits-bounces at cs.uiuc.edu [mailto:cfe-commits-bounces at cs.uiuc.edu] On Behalf Of Benyei, Guy Sent: Tuesday, December 25, 2012 12:42 To: Eli Friedman Cc: cfe-commits at cs.uiuc.edu Subject: Re: [cfe-commits] r170125 - /cfe/t...