[PATCH] D99080: Normalize usage of StrBoolAttr
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 10:57:06 PDT 2021
nikic 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",
----------------
Why did this one not change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99080/new/
https://reviews.llvm.org/D99080
More information about the llvm-commits
mailing list