Author: Andrzej Warzynski Date: 2020-12-17T09:04:41Z New Revision: 7f19712a6a9e65bdc9a9843ea488030bc12f3acc
URL: https://github.com/llvm/llvm-project/commit/7f19712a6a9e65bdc9a9843ea488030bc12f3acc DIFF: https://github.com/llvm/llvm-project/commit/7f19712a6a9e65bdc9a9843ea488030bc12f3acc.diff LOG: [clang][nfc] Update comment to match the opening `{` 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 dd23d810e388..f384e0d993c2 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -5081,7 +5081,7 @@ def fopenmp_host_ir_file_path : Separate<["-"], "fopenmp-host-ir-file-path">, def fsycl_is_device : Flag<["-"], "fsycl-is-device">, HelpText<"Generate code for SYCL device.">; -} // let Flags = [CC1Option] +} // let Flags = [CC1Option, NoDriverOption] //===----------------------------------------------------------------------===// // cc1as-only Options _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits