]> git.lizzy.rs Git - rust.git/commit
trans: Fix __imp_ creation for i686 MSVC
authorAlex Crichton <alex@alexcrichton.com>
Tue, 29 Sep 2015 23:26:34 +0000 (16:26 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 30 Sep 2015 20:02:57 +0000 (13:02 -0700)
commit25354de928f56924b7cbc28a2132e6110262cb57
tree3f5b9ea8fbbc77d8be4669a45f668d95adad5288
parent19fe7b6d6444424403be07699a8a312562ede51f
trans: Fix __imp_ creation for i686 MSVC

Turns out the symbol names are slightly different on 32-bit than on 64, so the
prefix needs to be tweaked just a bit!
src/librustc_trans/trans/base.rs