[llvm] [XCOFF][OBJECT] get symbol size by calling XCOFF interfaces (PR #67304)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 01:14:00 PDT 2023


================
@@ -0,0 +1,60 @@
+
----------------
chenzheng1030 wrote:

Thanks, the test file name is changed to be more focused. This test is from https://github.com/llvm/llvm-project/pull/67284. The bug was detected there. I added a `FIXME` in the base test and in this PR, the `FIXME` is removed and correct size is shown. See the final commit https://github.com/llvm/llvm-project/pull/67304/commits/b9a3a7a6cda9d98520a7d314b4cbdd839407fce6 after PR https://github.com/llvm/llvm-project/pull/67284 is merged.

https://github.com/llvm/llvm-project/pull/67304


More information about the llvm-commits mailing list