- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 26 2018
Sep 25 2018
Jul 16 2018
I added the 'rm' after the test. Will upload another patch to fix that.
removed temporary file generated by the test.
Jul 12 2018
unittest added
Jul 11 2018
I will upload a test later.
Jun 28 2018
Jun 27 2018
Jun 26 2018
Upload the right patch, fixed the option order in Options.td
Jun 25 2018
ping?
Jun 20 2018
Removed redundant 'if' statement
Jun 14 2018
ping?
Jun 8 2018
ping?
Jun 7 2018
Makes the default value to /path/to/binary_dwo, when DWO_DIR is provided, make the path to DWO_DIR/path/to/binary_dwo
Jun 5 2018
ping?
May 14 2018
Use the option -gsplit-dwarf to make it more consistent.
May 3 2018
It looks like this error comes from the mixing of LTO, debug fission and -fdebug-info-for-profiling.
Apr 30 2018
ping?
Apr 26 2018
Apr 18 2018
ping?
Apr 13 2018
I prefer to have a dedicated directory to store all the .dwo files. As dblaikie said, all the .dwo files are temporary files. In addition, in order to differentiate the .dwo files generated by different link stage with the same .o, we need to add
some suffixes to the .dwo file. So for a file a.o, we may need to generate a .dwo named a._${number}_${random_string}.dwo, which is not neat. Furthermore, we need to dealing with archive files. In this case, we may need to generate
multiple .dwo files for a single archive files.
Apr 12 2018
Fix an indent error during rebase.
rebase to trunk.
Apr 10 2018
Apr 9 2018
Apr 4 2018
Apr 3 2018
You shouldn't need clang to test ThinLTO. See for example any of the tests in test/tools/gold/X86/thinlto*.ll.
Thanks, It seems I can to pass -shared to gold to avoid invoking clang. A test case was uploaded.
Mar 29 2018
Mar 28 2018
In D44792#1047010, @pcc wrote:A reminder to add context (https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface).
Test cases please. Also I think you will need to add the dwo path and the task id to the cache key if split dwarf is enabled.
Mar 27 2018
Mar 26 2018
Mar 23 2018
Mar 22 2018
I have another one D44792 on LLVM side.
Jul 11 2017
I've sent a reproduce test case to tejohnson.
This error happens when I try to triage a thinLTO failure on ARM.
Dec 3 2015
A test case with 4K lines of code can show the difference. Reducing the compilation time from 3 seconds to instant on my desktop. Do you need that?
Could you please commit this for me? I still do not have the right to commit yet.
Nov 30 2015
ping?
Nov 23 2015
ping?
Nov 17 2015
Applied Rafael's patch while still looking to see what is wrong of my git clang format.
Nov 16 2015
I did not realize that git clang-format will modify the code directly. Updated.
Thanks
ping?
Nov 11 2015
The clang-format check is done. The doc comment is updated.
Nov 9 2015
Is there an example for the test case with timeout? Thanks
Nov 7 2015
Nov 6 2015
Some format changes.
Sep 9 2015
Aug 31 2015
I uploaded a test case.
Without the patch, the test case fails, with the patch, the test case passes.
Do you still have the test case?
Jul 20 2015
What is your test case?
I followed the bug https://llvm.org/bugs/show_bug.cgi?id=12587
Jul 17 2015
It seems this have not been checked in, could you please double check that?
Jul 14 2015
I have done arc commit --revision D<Revision> in my local svn repository and it seems to be successful, did I miss some thing?
If it does not get committed, please commit it for me, thanks.