[llvm-branch-commits] [Driver] Add -Wa, options -mmapsyms={default, implicit} (PR #104542)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 21 10:58:50 PDT 2024


================
@@ -7131,6 +7131,8 @@ def massembler_fatal_warnings : Flag<["-"], "massembler-fatal-warnings">,
 def crel : Flag<["--"], "crel">,
   HelpText<"Enable CREL relocation format (ELF only)">,
   MarshallingInfoFlag<CodeGenOpts<"Crel">>;
+def mmapsyms_implicit : Flag<["-"], "mmapsyms=implicit">,
----------------
MaskRay wrote:

Thx. Added help message for clang -cc1 and clang -cc1as

https://github.com/llvm/llvm-project/pull/104542


More information about the llvm-branch-commits mailing list