================ @@ -0,0 +1,45 @@ +// RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-macosx11.0.0 -fobjc-runtime=macosx-11.0.0 -fobjc-constant-literals -fconstant-nsnumber-literals -fconstant-nsarray-literals -fconstant-nsdictionary-literals -verify %s ---------------- AaronBallman wrote:
Yup, that's expected -- the goal of the test is to ensure we don't accidentally regress anything in that area in the future. https://github.com/llvm/llvm-project/pull/209688 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
