[clang] [llvm] [Clang][ARM][AArch64] Alway emit protection attributes for functions. (PR #82819)

Daniel Kiss via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 10 07:32:30 PDT 2024


================
@@ -32,7 +32,9 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/StringSet.h"
 #include "llvm/Frontend/OpenMP/OMPGridValues.h"
+#include "llvm/IR/Attributes.h"
 #include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/Function.h"
----------------
DanielKristofKiss wrote:

Addressed here https://github.com/llvm/llvm-project/pull/98329

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


More information about the cfe-commits mailing list