Absent any deep overhauls to syntax or constant-handling, hack in the ability to project a cexp var binding to a token in the parser. Use it in comp/rustc.rc and comp/lib/llvm.rs.
This commit is contained in:
parent
176899a970
commit
7e62aa6801
5 changed files with 61 additions and 21 deletions
|
@ -6,7 +6,7 @@ type LongLong = i64;
|
|||
type Long = i32;
|
||||
type Bool = int;
|
||||
|
||||
native mod llvm = "libLLVM-2.7.so" {
|
||||
native mod llvm = llvm_lib {
|
||||
|
||||
type ModuleRef;
|
||||
type ContextRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue