Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11,930 changes: 5,994 additions & 5,936 deletions main/locale/pot/LC_MESSAGES/AMDGPUUsage.pot

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions main/locale/pot/LC_MESSAGES/CodeGenerator.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LLVM main\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-03 08:36+0000\n"
"POT-Creation-Date: 2025-11-17 08:37+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -405,7 +405,7 @@ msgstr ""
#: ../../../CodeGenerator.rst:271
msgid ""
"In addition to the per-register description, the ``TargetRegisterInfo`` "
"class exposes a set of processor specific register classes (instances of the "
"class exposes a set of processor-specific register classes (instances of the "
"``TargetRegisterClass`` class). Each register class contains sets of "
"registers that have the same properties (for example, they are all 32-bit "
"integer registers). Each SSA virtual register created by the instruction "
Expand Down Expand Up @@ -1750,7 +1750,7 @@ msgid ""
"the same register class are functionally equivalent, and can be "
"interchangeably used. Each virtual register can only be mapped to physical "
"registers of a particular class. For instance, in the X86 architecture, some "
"virtuals can only be allocated to 8 bit registers. A register class is "
"virtuals can only be allocated to 8-bit registers. A register class is "
"described by ``TargetRegisterClass`` objects. To discover if a virtual "
"register is compatible with a given physical, this code can be used:"
msgstr ""
Expand Down
27 changes: 19 additions & 8 deletions main/locale/pot/LC_MESSAGES/CommandGuide/llvm-strip.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LLVM main\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-13 08:36+0000\n"
"POT-Creation-Date: 2025-11-17 08:37+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -308,34 +308,45 @@ msgid ""
"section headers."
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:184
#: ../../../CommandGuide/llvm-strip.rst:183
msgid "MACH-O-SPECIFIC OPTIONS"
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:185
msgid ""
"The following options are implemented only for Mach-O objects. If used with "
"other objects, :program:`llvm-strip` will either emit an error or silently "
"ignore them."
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:191
msgid "Remove Swift symbols."
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:187
#: ../../../CommandGuide/llvm-strip.rst:194
msgid "EXIT STATUS"
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:189
#: ../../../CommandGuide/llvm-strip.rst:196
msgid ""
":program:`llvm-strip` exits with a non-zero exit code if there is an error. "
"Otherwise, it exits with code 0."
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:193
#: ../../../CommandGuide/llvm-strip.rst:200
msgid "BUGS"
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:195
#: ../../../CommandGuide/llvm-strip.rst:202
msgid ""
"To report bugs, please visit <https://github.com/llvm/llvm-project/labels/"
"tools:llvm-objcopy%2Fstrip>."
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:198
#: ../../../CommandGuide/llvm-strip.rst:205
msgid "SEE ALSO"
msgstr ""

#: ../../../CommandGuide/llvm-strip.rst:200
#: ../../../CommandGuide/llvm-strip.rst:207
msgid ":manpage:`llvm-objcopy(1)`"
msgstr ""
19 changes: 13 additions & 6 deletions main/locale/pot/LC_MESSAGES/CommandGuide/opt.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LLVM main\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-13 08:36+0000\n"
"POT-Creation-Date: 2025-11-17 08:37+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -109,19 +109,26 @@ msgstr ""

#: ../../../CommandGuide/opt.rst:75
msgid ""
"Save LLVM statistics to a file in the current directory (:option:`--save-"
"stats`/\"--save-stats=cwd\") or the directory of the output file (\"--save-"
"stats=obj\") in JSON format."
msgstr ""

#: ../../../CommandGuide/opt.rst:81
msgid ""
"Record the amount of time needed for each pass and print it to standard "
"error."
msgstr ""

#: ../../../CommandGuide/opt.rst:80
#: ../../../CommandGuide/opt.rst:86
msgid ""
"If this is a debug build, this option will enable debug printouts from "
"passes which use the ``LLVM_DEBUG()`` macro. See the `LLVM Programmer's "
"Manual <../ProgrammersManual.html>`_, section ``#DEBUG`` for more "
"information."
msgstr ""

#: ../../../CommandGuide/opt.rst:86
#: ../../../CommandGuide/opt.rst:92
msgid ""
"Load the dynamic object ``plugin``. This object should register new "
"optimization or analysis passes. Once loaded, the object will add new "
Expand All @@ -130,15 +137,15 @@ msgid ""
"`-load` options together. For example:"
msgstr ""

#: ../../../CommandGuide/opt.rst:98
#: ../../../CommandGuide/opt.rst:104
msgid "Print all available passes and exit."
msgstr ""

#: ../../../CommandGuide/opt.rst:101
#: ../../../CommandGuide/opt.rst:107
msgid "EXIT STATUS"
msgstr ""

#: ../../../CommandGuide/opt.rst:103
#: ../../../CommandGuide/opt.rst:109
msgid ""
"If :program:`opt` succeeds, it will exit with 0. Otherwise, if an error "
"occurs, it will exit with a non-zero value."
Expand Down
4 changes: 2 additions & 2 deletions main/locale/pot/LC_MESSAGES/CommandLine.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LLVM main\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-13 08:36+0000\n"
"POT-Creation-Date: 2025-11-17 08:37+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1185,7 +1185,7 @@ msgstr ""
#: ../../../CommandLine.rst:1264
msgid ""
"The **cl::DefaultOption** modifier is used to specify that the option is a "
"default that can be overridden by application specific parsers. For example, "
"default that can be overridden by application-specific parsers. For example, "
"the ``-help`` alias, ``-h``, is registered this way, so it can be overridden "
"by applications that need to use the ``-h`` option for another purpose, "
"either as a regular option or an alias for another option."
Expand Down
Loading