aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/asm.py
diff options
context:
space:
mode:
authorsstefan1 <sstipanovic@s-energize.com>2020-07-11 21:53:50 +0200
committersstefan1 <sstipanovic@s-energize.com>2020-07-19 20:07:24 +0200
commit937bad3594e7cba44cddae4661e1bae911beba3e (patch)
treee562f20b837c1f9033d10d84e2d13feaa7d3ccc9 /llvm/utils/UpdateTestChecks/asm.py
parentf7a571537a14da83e5701864471b99b61cdcca54 (diff)
downloadllvm-937bad3594e7cba44cddae4661e1bae911beba3e.zip
llvm-937bad3594e7cba44cddae4661e1bae911beba3e.tar.gz
llvm-937bad3594e7cba44cddae4661e1bae911beba3e.tar.bz2
[Utils] Check function attributes in update_test_checks
Summary: This introduces new flag to the update_test_checks and update_cc_test_checks that allows for function attributes to be checked in a check-line. If the flag is not set, the behavior should remain the same. Reviewers: jdoerfert Subscribers: arichardson, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D83629
Diffstat (limited to 'llvm/utils/UpdateTestChecks/asm.py')
-rw-r--r--llvm/utils/UpdateTestChecks/asm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/UpdateTestChecks/asm.py b/llvm/utils/UpdateTestChecks/asm.py
index 998d8b1..cfcc8de 100644
--- a/llvm/utils/UpdateTestChecks/asm.py
+++ b/llvm/utils/UpdateTestChecks/asm.py
@@ -364,7 +364,7 @@ def build_function_body_dictionary_for_triple(args, raw_tool_output, triple, pre
scrubber, function_re = handler
common.build_function_body_dictionary(
function_re, scrubber, [args], raw_tool_output, prefixes,
- func_dict, args.verbose, False)
+ func_dict, args.verbose, False, False)
##### Generator of assembly CHECK lines