[lld] [llvm] [lld][AArch64][Build Attributes] Add support for converting AArch64 Build Attributes to GNU Properties (PR #131990)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 11:43:51 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>
----------------
smithp35 wrote:
I guess this is another clang-format file change. Just in case you haven't seen it. `git clang-format` can be useful when you need to run clang-format just on your changes.
https://github.com/llvm/llvm-project/blob/main/clang/tools/clang-format/git-clang-format
https://github.com/llvm/llvm-project/pull/131990
More information about the llvm-commits
mailing list