[LLVMdev] donot support uint datatype?
陳韋任 (Wei-Ren Chen)
chenwj at iis.sinica.edu.tw
Tue Dec 11 17:15:15 PST 2012
Hi Chen,
On Tue, Dec 11, 2012 at 04:37:20PM -0800, Dong Chen wrote:
> hi guys,
> i use clang to compile a program with datatype uint, but i get errors saying
> " use of undeclared identifier 'uint'; did you mean 'int'? ".
>
> it really doesn't support it? if true, how can i add a datatype?
clang related question should go to cfe-dev at cs.uiuc.edu or
cfe-users at cs.uiuc.edu . I guess uint is Windows defined data
type, right? clang should only support standard data type.
HTH,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
More information about the llvm-dev
mailing list