[PATCH] D99080: Normalize usage of StrBoolAttr
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 12:27:24 PDT 2021
serge-sans-paille added inline comments.
================
Comment at: clang/lib/CodeGen/CGCall.cpp:1819
if (CodeGenOpts.SoftFloat)
FuncAttrs.addAttribute("use-soft-float", "true");
FuncAttrs.addAttribute("stack-protector-buffer-size",
----------------
nikic wrote:
> Why did this one not change?
Because it's not listed as a`StrBoolAttr` but just a regular String Attribute
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99080/new/
https://reviews.llvm.org/D99080
More information about the llvm-commits
mailing list