[PATCH] D123898: Fix crash in ObjC codegen introduced with 5ab6ee75994d645725264e757d67bbb1c96fb2b6

2022-04-26 Thread Frederik Seiffert via Phabricator via cfe-commits
triplef accepted this revision. triplef added a comment. This revision is now accepted and ready to land. Thanks, LGTM! I tested these changes with our app’s code base, which was triggering the bug in a couple of places, and it all builds fine with the patch. Repository: rG LLVM Github Monor

[PATCH] D112257: [www] Fix Ninja build instructions on Windows

2021-10-21 Thread Frederik Seiffert via Phabricator via cfe-commits
triplef created this revision. triplef added reviewers: aaron.ballman, Loghorn. triplef requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. The `clang` target used in the line below is only generated with `LLVM_ENABLE_PROJECTS=clang`. Without