[clang] [llvm] [CLANG] Add support of shared attribute for the pragma section. (PR #128197)

Tom Honermann via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 10:57:08 PDT 2025


================
@@ -23,7 +23,8 @@ class SectionKind {
   enum Kind {
     /// Metadata - Debug info sections or other metadata.
     Metadata,
-
+    /// Shared 
----------------
tahonermann wrote:

```suggestion
    /// Shared - sections shared across processes.
```

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


More information about the llvm-commits mailing list