Fix obsolete paths in comments.

This commit is contained in:
Dan Gohman
2018-03-08 12:12:10 -08:00
parent b9d7a43439
commit 8df9fe6c87
8 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ use std::fmt;
// Include code generated by `lib/cretonne/meta/gen_settings.py`. This file contains a public
// `Flags` struct with an impl for all of the settings defined in
// `lib/cretonne/meta/cretonne/settings.py`.
// `lib/cretonne/meta/isa/riscv/settings.py`.
include!(concat!(env!("OUT_DIR"), "/settings-riscv.rs"));
#[cfg(test)]