We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88b87f commit e8b0542Copy full SHA for e8b0542
llvm/docs/LangRef.rst
@@ -939,7 +939,7 @@ the COMDAT key's section is the largest:
939
As a syntactic sugar the ``$name`` can be omitted if the name is the same as
940
the global name:
941
942
-.. code-block:: text
+.. code-block:: llvm
943
944
$foo = comdat any
945
@foo = global i32 2, comdat
@@ -963,7 +963,7 @@ if a collision occurs in the symbol table.
963
The combined use of COMDATS and section attributes may yield surprising results.
964
For example:
965
966
967
968
969
$bar = comdat any
0 commit comments