[PATCH] D52344: [Clang][CodeGen][ObjC]: Fix non-bridged CoreFoundation builds on ELF targets that use `-fconstant-cfstrings`.

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 24 11:28:58 PDT 2018


kristina reopened this revision.
kristina added a comment.
This revision is now accepted and ready to land.

Cascade of build failures stemming from `GV->setSection(".rodata");`, reverted the commit, it seems that `CFString.c` is causing all those issues despite passing when ran locally.


Repository:
  rC Clang

https://reviews.llvm.org/D52344





More information about the cfe-commits mailing list