Commit d998702
committed
[AArch64][PAC][CodeGen] Fix incorrect emitting of
The Dwarf attribute `DW_AT_LLVM_ptrauth_address_discriminated` was
emitted for all ptrauth-qualified types, even if the address
discrimination was disabled. This was related to incorrect usage of
`std::optional<bool>` holding the value of the attribute.DW_AT_LLVM_ptrauth_address_discriminated
1 parent 62ce88f commit d998702
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
808 | | - | |
| 808 | + | |
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
| |||
0 commit comments