[LLVMdev] does llvm support type checking?

kirbature kirbature at gmail.com
Sat Jul 5 20:35:40 PDT 2008


Recently I was looking up LLVM on net and I stumbled upon a pdf called
"2008-05-17-BSDCan-LLVMIntro.pdf". What makes this somewhat general
introduction to llvm interesting for me is the fact that it mentions (on
page 30 if you are curious) that it supports "Type Checking and Semantic
Analysis
- Builds Abstract Syntax Trees (AST) for valid input"!!! I find this
surprising because I knew nothing about type checking being implemented in
llvm. I am not much of a compiler guy (and I dont know much about llvm), but
type checking has always been an amazing idea to me simply because of how
many common errors it would prevent from inputs getting messed up. Why isnt
it being advertised more? When I googled "llvm + type checking" I just got
obscure questions/answers and the term being thrown haphazardly in broad
descriptions of the what llvm can do. Is this really a feature that is
going/already has been implemented?

-Kirbature

I am sorry if this post seems stupid, but I feel like it is insane if people
are not hyping the importance of a feature like this.

-- 
View this message in context: http://www.nabble.com/does-llvm-support-type-checking--tp18298551p18298551.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.




More information about the llvm-dev mailing list