[PATCH] D153907: [AIX] [TOC] Add -mtocdata/-mno-tocdata options on AIX
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 16 08:02:36 PDT 2023
amyk added a comment.
Initial review regarding some typos.
================
Comment at: clang/docs/UsersManual.rst:3167
+is independently-generated (e.g. not placed in a pool).
+Alternatively, the user can specify a comma seperated list of external linkage
+variables using -mtocdata=<list> using the mangled names.
----------------
================
Comment at: clang/docs/UsersManual.rst:3177
+
+ Specifies which external linkage variables are execptions to the toc-data
+ trasformation.
----------------
================
Comment at: clang/docs/UsersManual.rst:3178
+ Specifies which external linkage variables are execptions to the toc-data
+ trasformation.
+
----------------
================
Comment at: clang/include/clang/Driver/Options.td:2962
+ Flags<[CC1Option,TargetSpecific]>,
+ HelpText<"Specifies which variables are exempt from the toc-data trasformation">,
+ MarshallingInfoStringVector<CodeGenOpts<"NoTocDataVars">>;
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153907/new/
https://reviews.llvm.org/D153907
More information about the llvm-commits
mailing list