Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9af6aa3

Browse files
author
Jorge Aparicio
committedFeb 8, 2017
sanitizer support
1 parent c14f87e commit 9af6aa3

File tree

45 files changed

+810
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+810
-6
lines changed
 

‎src/Cargo.lock

+40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/bootstrap/check.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,10 @@ pub fn krate(build: &Build,
332332
krate: Option<&str>) {
333333
let (name, path, features, root) = match mode {
334334
Mode::Libstd => {
335-
("libstd", "src/rustc/std_shim", build.std_features(), "std_shim")
335+
("libstd",
336+
"src/rustc/std_shim",
337+
build.std_features(),
338+
"std_shim")
336339
}
337340
Mode::Libtest => {
338341
("libtest", "src/rustc/test_shim", String::new(), "test_shim")

0 commit comments

Comments
 (0)
Please sign in to comment.