rust/src/librustc_trans
Björn Steinbrink 1373c4fcf2 Properly create debug info for functions
We're currently using the actual function type as the return type when
creating the debug info for a function, so we're actually creating
debug info for a function that takes the same parameters, and returns
the actual function type, which is completely wrong.
2015-07-18 12:43:37 +02:00
..
back trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
save save-analysis: fix def_ids for method calls 2015-07-14 22:10:40 +12:00
trans Properly create debug info for functions 2015-07-18 12:43:37 +02:00
lib.rs trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.