Use target triple in cache directory hierarchy (#300)
This commit is contained in:
@@ -231,7 +231,7 @@ impl ModuleCacheEntry {
|
||||
);
|
||||
Some(
|
||||
conf::cache_directory()
|
||||
.join(isa.name())
|
||||
.join(isa.triple().to_string())
|
||||
.join(compiler_dir)
|
||||
.join(mod_filename),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user