Adds the parametrized TrapFillValue that is used to fill the executable
space with instructions that trap. Used by BOLT to overwrite functions.
Details
Details
- Reviewers
lhames grosbach MaskRay craig.topper
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorry for being late on reviews.
But it is not clear TrapFillValue needs to be built-in in MC. I worry such magic treatment of text sections vs non-text sections.
You can use the .fill directive in assembly