[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
Tue Sep 25 12:36:19 PDT 2018
kristina added a comment.
Turns out test didn't execute as there are two tests named `CFString.c` and `cfstring.c` which usually shouldn't matter unless LLVM source checkout is done into a case insensitive filesystem in which case the failing test is skipped, this seems like a bug, going to rename `CFString.c` to `CFString3.c` and revise it to adjust backing stores for actual literals to quote `.rodata` like in the other test. Pretty silly issue and why test suite ran just fine locally but failed when ran on case-sensitive buildbots.
Repository:
rC Clang
https://reviews.llvm.org/D52344
More information about the cfe-commits
mailing list