@@ -267,14 +267,6 @@ def output_file_map_EQ : Joined<["-"], "output-file-map=">,
267267 Flags<[NoInteractiveOption, ArgumentIsPath]>,
268268 Alias<output_file_map>;
269269
270- def pound_file : Separate<["-"], "pound-file">,
271- Flags<[FrontendOption]>,
272- HelpText<"Specifies whether '#file' evaluates to a full path or a compact human-readable string">,
273- MetaVarName<"compact|path">;
274- def pound_file_EQ : Joined<["-"], "pound-file=">,
275- Flags<[FrontendOption]>,
276- Alias<pound_file>;
277-
278270def save_temps : Flag<["-"], "save-temps">,
279271 Flags<[NoInteractiveOption,DoesNotAffectIncrementalBuild]>,
280272 HelpText<"Save intermediate compilation results">;
@@ -462,6 +454,11 @@ def enable_experimental_differentiable_programming : Flag<["-"], "enable-experim
462454 Flags<[FrontendOption]>,
463455 HelpText<"Enable experimental differentiable programming features">;
464456
457+ def enable_experimental_concise_pound_file : Flag<["-"],
458+ "enable-experimental-concise-pound-file">,
459+ Flags<[FrontendOption]>,
460+ HelpText<"Enable experimental concise '#file' identifier and '#filePath' alternative">;
461+
465462// Diagnostic control options
466463def suppress_warnings : Flag<["-"], "suppress-warnings">,
467464 Flags<[FrontendOption]>,
0 commit comments