[lld] [llvm] [lld][AArch64][Build Attributes] Add support for converting AArch64 Build Attributes to GNU Properties (PR #131990)

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 12:22:52 PDT 2025


================
@@ -195,7 +196,8 @@ struct Config {
   uint8_t osabi = 0;
   uint32_t andFeatures = 0;
   llvm::CachePruningPolicy thinLTOCachePolicy;
-  llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file
+  llvm::SetVector<llvm::CachedHashString>
----------------
sivan-shani wrote:

Thanks, I had what seems as mismatch between the behavior of `git clang-format` upstream and the local one. As a desperate measure some whole files where formatted.

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


More information about the llvm-commits mailing list