[PATCH] D108243: Put code that avoids heapifying local blocks behind a flag

Walter Lee via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 10 22:27:16 PDT 2021


waltl updated this revision to Diff 372056.
waltl added a comment.

Added driver flags, and tests for them


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108243/new/

https://reviews.llvm.org/D108243

Files:
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/CGObjC.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/CodeGenObjC/arc-block-copy-escape.m
  clang/test/CodeGenObjC/arc-blocks.m
  clang/test/CodeGenObjCXX/arc-blocks.mm
  clang/test/Driver/darwin-objc-options.m
  clang/test/PCH/arc-blocks.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108243.372056.patch
Type: text/x-patch
Size: 23731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210911/b2425638/attachment-0001.bin>


More information about the cfe-commits mailing list