[llvm] [PowerPC][AIX] Emit PowerPC version for XCOFF (PR #95510)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 02:06:54 PDT 2024


================
@@ -145,7 +145,7 @@ Symbols:
 # SYMBOL64-NEXT:     Value (SymbolTableIndex): 0x0
 # SYMBOL64-NEXT:     Section: N_DEBUG
 # SYMBOL64-NEXT:     Source Language ID: TB_C (0x0)
-# SYMBOL64-NEXT:     CPU Version ID: 0x0
+# SYMBOL64-NEXT:     CPU Version ID: TCPU_INVALID (0x0)
----------------
chenzheng1030 wrote:

Yes, you are right, we should not make yaml input and readobj output mismatch. I meant we can change the YAML input. But if that's not trivial, we can leave it for now.

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


More information about the llvm-commits mailing list