Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,020 ms | x64 debian > libFuzzer.libFuzzer::minimize_crash.test |
Event Timeline
bolt/lib/Core/BinaryEmitter.cpp | ||
---|---|---|
798 | I don;t think there is really anything guaranteeing that this is a power of 2 , but it looks like it's the case all targets upstream. |
bolt/lib/Core/BinaryEmitter.cpp | ||
---|---|---|
798 | Looks like relevant code is here. I think it's fine to assume it's aligned. If it changes Align ctor will assert and a proper fix can be applied. |
I don;t think there is really anything guaranteeing that this is a power of 2 , but it looks like it's the case all targets upstream.