================
@@ -2673,6 +2673,7 @@ static constexpr std::array kExplicitLLVMFuncOpAttributes{
     StringLiteral("uwtable"),
     StringLiteral("vscale_range"),
     StringLiteral("willreturn"),
+    StringLiteral("noreturn"),
----------------
gysit wrote:

We should also add a line in `processFunctionAttributes` to import the 
attribute (right after the will return attribute). 

nit: I believe the idea is to sort the list above alphabetically.

https://github.com/llvm/llvm-project/pull/177978
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to