| Issue | 52886 |
|---|---|
| Summary | __attribute__((no_stack_protector)) is overridden by inlining |
| Labels | bug, llvm:core, miscompilation |
| Assignees | |
| Reporter | duk-37 |
[Repro](https://godbolt.org/z/s91d7Y8K9)Root cause seems to be that `Attributes.cpp::adjustCallerSSPLevel` does not have a way to check whether this attribute was added.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
