[llvm] [AIX] [XCOFF] Add support for common and local common symbols in the TOC (PR #79530)

zhijian lin via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 13:18:09 PST 2024


================
@@ -0,0 +1,204 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple powerpc-ibm-aix-xcoff -verify-machineinstrs < %s | FileCheck %s --check-prefix CHECK
----------------
diggerlin wrote:

nit , use the check-prefix=CHECK as the same style as `--check-prefix=OBJ32` in the following. 

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


More information about the llvm-commits mailing list