We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdeedc commit 04a16ffCopy full SHA for 04a16ff
src/test/run-make/llvm-pass/plugin.rs
@@ -14,6 +14,7 @@
14
15
extern crate rustc;
16
extern crate rustc_plugin;
17
+extern crate rustc_trans;
18
19
#[link(name = "llvm-function-pass", kind = "static")]
20
#[link(name = "llvm-module-pass", kind = "static")]
0 commit comments