Fix run-make/llvm-pass

This commit is contained in:
Robin Kruppe 2017-05-15 15:09:05 +02:00
parent acdeedc192
commit 04a16ff5ac

View file

@ -14,6 +14,7 @@
extern crate rustc;
extern crate rustc_plugin;
extern crate rustc_trans;
#[link(name = "llvm-function-pass", kind = "static")]
#[link(name = "llvm-module-pass", kind = "static")]