Limit the segment calculation uses to only when the binary is relocatable.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lnt/testing/profile/cPerf.cpp | ||
---|---|---|
535 | This not LLVM style. Move the first bracket up to the if statement. |
Comment Actions
LGTM with the suggested codestyle changes
lnt/testing/profile/cPerf.cpp | ||
---|---|---|
536–538 | LLVM code style does not use tab. Can you change those 3 lines to use whitespaces instead? |
This not LLVM style. Move the first bracket up to the if statement.