[all-commits] [llvm/llvm-project] a95473: [XCOFF] handle string constants generation for AIX

Chen Zheng via All-commits all-commits at lists.llvm.org
Thu May 6 23:44:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a95473c563bf5b6d657f5e5fa99bd551b2df339b
      https://github.com/llvm/llvm-project/commit/a95473c563bf5b6d657f5e5fa99bd551b2df339b
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/lib/MC/MCAsmInfoXCOFF.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    A llvm/test/CodeGen/PowerPC/aix-filename-special-character-double-quotation.ll
    A llvm/test/CodeGen/PowerPC/aix-filename-special-character-single-quotation.ll

  Log Message:
  -----------
  [XCOFF] handle string constants generation for AIX

This follows https://www.ibm.com/docs/en/aix/7.2?topic=constants-string

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D101280




More information about the All-commits mailing list