[all-commits] [llvm/llvm-project] 66ddf6: Run ObjCContractPass in Distributed Thin-LTO Pipeline

Nuri Amari via All-commits all-commits at lists.llvm.org
Wed May 15 17:17:44 PDT 2024


  Branch: refs/heads/users/nuriamari/objc-distributed-thinlto
  Home:   https://github.com/llvm/llvm-project
  Commit: 66ddf609c0e77867ec48c17136fb80d1e482041d
      https://github.com/llvm/llvm-project/commit/66ddf609c0e77867ec48c17136fb80d1e482041d
  Author: Nuri Amari <nuriamari at fb.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    A clang/test/CodeGen/thinlto-distributed-objc-contract-pass.ll

  Log Message:
  -----------
  Run ObjCContractPass in Distributed Thin-LTO Pipeline

Prior to this patch, when using -fthinlto-index= the
ObjCARCContractPass isn't run prior to CodeGen, and
instruction selection fails on IR containing
arc intrinstics.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list