Displaying 2 results from an estimated 2 matches for "test_file_you_want_to_upd".
2020 Nov 16
0
[RFC] FileCheck: (dis)allowing unused prefixes
...sage of it:
1. turn allow-unused-prefixes to false and built it: sed -i '/allow-unused-prefixes/s/true/false/' llvm/utils/FileCheck/FileCheck.cpp;
2. cd llvm-project;
3. make sure llvm-lit and update_llc_test_checks.py or other update tools are available;
4. llvm/utils/update_test_prefix.py test_file_you_want_to_update.xxx
5. you can also put them in a file and cat update_tests.txt | xargs llvm/utils/update_test_prefix.py
The script removes unused prefixes and verifies those autogenerated tests. It reports "Failed" if there's conflicting in regeneration and "Changed" if there're ch...
2020 Nov 05
4
[RFC] FileCheck: (dis)allowing unused prefixes
On Thu, Nov 5, 2020 at 11:36 AM David Blaikie via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
>
>
> On Thu, Nov 5, 2020 at 10:46 AM Mircea Trofin <mtrofin at google.com> wrote:
>>
>>
>>
>> On Thu, Nov 5, 2020 at 10:40 AM David Blaikie <dblaikie at gmail.com> wrote:
>>>
>>>
>>>
>>> On Thu, Nov 5, 2020 at