Author: OCHyams Date: 2022-11-09T09:28:41Z New Revision: 40579983555c7ed510e47bf2a0354bc1c0ec4d47
URL: https://github.com/llvm/llvm-project/commit/40579983555c7ed510e47bf2a0354bc1c0ec4d47 DIFF: https://github.com/llvm/llvm-project/commit/40579983555c7ed510e47bf2a0354bc1c0ec4d47.diff LOG: Fix D132221 rebase: Add flags to enable Assignment Tracking The flags were not set up properly after rebasing the patch, causing bot failures for D132226, for example: https://lab.llvm.org/buildbot/#/builders/109/builds/50251 Added: Modified: clang/include/clang/Driver/Options.td Removed: ################################################################################ diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index ca16bd9765598..70bad936346b6 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -5634,13 +5634,13 @@ def fctor_dtor_return_this : Flag<["-"], "fctor-dtor-return-this">, "and non-deleting destructors. (No effect on Microsoft ABI)">, MarshallingInfoFlag<CodeGenOpts<"CtorDtorReturnThis">>; -} // let Flags = [CC1Option, NoDriverOption] - def fexperimental_assignment_tracking : Flag<["-"], "fexperimental-assignment-tracking">, Group<f_Group>, HelpText<"Enable assignment tracking debug info">, MarshallingInfoFlag<CodeGenOpts<"EnableAssignmentTracking">>; +} // let Flags = [CC1Option, NoDriverOption] + //===----------------------------------------------------------------------===// // Dependency Output Options //===----------------------------------------------------------------------===// _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits