mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Added Target CPU workspace override
This commit is contained in:
parent
91e856fc0b
commit
125d5c0c8c
14 changed files with 34 additions and 13 deletions
|
@ -1769,6 +1769,9 @@ BeModule::BeModule(const StringImpl& moduleName, BeContext* context)
|
|||
|
||||
void BeModule::Hash(BeHashContext& hashCtx)
|
||||
{
|
||||
hashCtx.MixinStr(mTargetTriple);
|
||||
hashCtx.MixinStr(mTargetCPU);
|
||||
|
||||
hashCtx.Mixin(mConfigConsts64.size());
|
||||
for (auto configConst : mConfigConsts64)
|
||||
configConst->HashContent(hashCtx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue