[all-commits] [llvm/llvm-project] 7a028f: Force Remove Attribute
kyulee-com via All-commits
all-commits at lists.llvm.org
Wed Aug 19 14:30:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7a028fe7029592e2edb3ce98a2ee5dc3c31e57de
https://github.com/llvm/llvm-project/commit/7a028fe7029592e2edb3ce98a2ee5dc3c31e57de
Author: Kyungwoo Lee <kyulee.llvm at gmail.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp
M llvm/test/Transforms/ForcedFunctionAttrs/forced.ll
Log Message:
-----------
Force Remove Attribute
-force-attribute adds an attribute to function via command-line.
However, there was no counter-part to remove an attribute. This patch
adds -force-remove-attribute that removes an attribute from function.
Differential Revision: https://reviews.llvm.org/D85586
More information about the All-commits
mailing list