about summary refs log tree commit diff
path: root/src/rustc
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2017-07-20 14:56:53 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2017-08-11 10:38:31 +0200
commitb43c02b0aad08fe8ffef702423bc60e2fa869eee (patch)
tree0098538e4a2ccf8ce710de8e007e4271940dfd48 /src/rustc
parente152a1620b9fb91a70c629059df482872c687522 (diff)
downloadrust-b43c02b0aad08fe8ffef702423bc60e2fa869eee.tar.gz
rust-b43c02b0aad08fe8ffef702423bc60e2fa869eee.zip
Make librustc_driver work without librustc_trans
Diffstat (limited to 'src/rustc')
-rw-r--r--src/rustc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustc/Cargo.toml b/src/rustc/Cargo.toml
index 4452f4a2f44..d185c061d5b 100644
--- a/src/rustc/Cargo.toml
+++ b/src/rustc/Cargo.toml
@@ -15,3 +15,4 @@ rustc_driver = { path = "../librustc_driver" }
 
 [features]
 jemalloc = ["rustc_back/jemalloc"]
+llvm = ["rustc_driver/llvm"]