From b541566a0ac18a0f52bef54596d00c740c8b0597 Mon Sep 17 00:00:00 2001 From: Daniel Kolsoi Date: Wed, 10 Oct 2018 23:15:45 -0400 Subject: [PATCH] LLVM 7.0 branch commit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82ae8955e3c..03052f8a3c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" categories = ["development-tools::ffi"] [features] -default = [] +default = ["llvm7-0"] llvm3-6 = [] llvm3-7 = [] llvm3-8 = []