[PATCH] D62242: UpdateTestChecks: sparc march handling
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 03:57:18 PDT 2019
lebedev.ri created this revision.
lebedev.ri added reviewers: RKSimon, dcederman, gberry.
lebedev.ri added a project: LLVM.
Herald added subscribers: jrtc27, fedor.sergeev, jyknight.
Another target that prefers to use `-march` in tests
llvm/test/CodeGen/SPARC$ grep -ri mtriple | wc -l
25
llvm/test/CodeGen/SPARC$ grep -ri march | wc -l
165
This test is being affected by a further patch,
so regenerate it to better visualize the changes
Repository:
rL LLVM
https://reviews.llvm.org/D62242
Files:
test/CodeGen/SPARC/2013-05-17-CallFrame.ll
utils/UpdateTestChecks/asm.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62242.200693.patch
Type: text/x-patch
Size: 3763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/50b0e08a/attachment.bin>
More information about the llvm-commits
mailing list