This is a follow on to the revert of D84265 to add an error if we'd need to write a non-zero visibility type in the XCOFF object file. We can't currently do that because we lack the auxiliary header to interpret the bits in XCOFF32. This is important because we are currently working on visibility in the assembly writing path, and without this error the visibility could be silently ignored.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/MC/XCOFFObjectWriter.cpp | ||
---|---|---|
681 | minor. I am not sure whether it is better to "Emitting non-zero visibility are not supported yet" or not. |
minor. I am not sure whether it is better to "Emitting non-zero visibility are not supported yet" or not.