[flang-commits] [clang] [flang] [llvm] [Driver] Move CommonArgs to a location visible by the Frontend Drivers (PR #142800)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Fri Jun 6 13:17:38 PDT 2025


================
@@ -238,6 +238,12 @@
 #define LLVM_PREFETCH(addr, rw, locality)
 #endif
 
+#if __has_attribute(uninitialized)
+#define LLVM_ATTRIBUTE_UNINITIALIED __attribute__((uninitialized))
----------------
tarunprabhu wrote:

Spelling: 

```suggestion
#define LLVM_ATTRIBUTE_UNINITIALIZED __attribute__((uninitialized))
```

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


More information about the flang-commits mailing list