[all-commits] [llvm/llvm-project] 6f0977: [AIX][ZOS] Handle unsupported builtin function CFS...

Jake Egan via All-commits all-commits at lists.llvm.org
Mon Jan 17 08:24:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f0977519d12fc337e8bacd31dbaf84923e49b57
      https://github.com/llvm/llvm-project/commit/6f0977519d12fc337e8bacd31dbaf84923e49b57
  Author: Jake Egan <jakeegan10 at gmail.com>
  Date:   2022-01-17 (Mon, 17 Jan 2022)

  Changed paths:
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/Analysis/cfref_PR2519.c
    M clang/test/CodeGen/cfstring2.c
    M clang/test/Modules/builtins.m
    M clang/test/SemaCXX/builtins.cpp

  Log Message:
  -----------
  [AIX][ZOS] Handle unsupported builtin function CFStringMakeConstantString

This patch emits an error on AIX and z/OS because XCOFF and GOFF does not currently implement builtin function `CFStringMakeConstantString`. Tests that use this builtin were also disabled.

Reviewed By: SeanP

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




More information about the All-commits mailing list