about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2017-04-13 15:55:48 -0400
committerNiko Matsakis <niko@alum.mit.edu>2017-04-13 18:37:47 -0400
commitf227187cb8ddd76ef93e630adc56eefc09ae7e59 (patch)
treeff74031063f81a980f3184d2f78f6f3c12221e16 /src/rustllvm/RustWrapper.cpp
parentc22fdf9a3ac1e316069d55effbfa5c91cc5c0a12 (diff)
downloadrust-f227187cb8ddd76ef93e630adc56eefc09ae7e59.tar.gz
rust-f227187cb8ddd76ef93e630adc56eefc09ae7e59.zip
remove `LinkMeta` from `SharedCrateContext`
A number of things were using `crate_hash` that really ought to be using
`crate_disambiguator` (e.g., to create the plugin symbol names). They
have been updated.

It is important to remove `LinkMeta` from `SharedCrateContext` since it
contains a hash of the entire crate, and hence it will change
whenever **anything** changes (which would then require
rebuilding **everything**).
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions