After using this for a while, we find that it is generally useful to
have it set to .text.split. by default, removing the need for an
additional -mllvm option.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
20 ms | linux > Clang.Misc::warning-wall.c |
Event Timeline
Comment Actions
This LGTM as there is an option to keep it in ".text.unlikely" if desired. Please wait for Eric's response too. Thanks!
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
---|---|---|
870 ↗ | (On Diff #297100) | .text.split -> .text.split. |