Displaying 3 results from an estimated 3 matches for "1589d90".
Did you mean:
158999
2014 Dec 23
3
[LLVMdev] [RFC] Stripping unusable intrinsics
...llvm-install/ -DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86" ../llvm
>>
>> and built using Ninja.
>>
>> Created a fresh build directory and built once as a baseline from the following revisions:
>>
>> LLVM - ba05946
>> lld - 33bd1dc
>> clang - 1589d90 (With my patches applied)
>>
>> I then applied my tablegen and CMake patches, made a new build directory, and built a second time. I then compared the file sizes between the two directories by diffing the output of:
>>
>> find . -type f -exec stat -f '%N %z' '{...
2014 Dec 22
2
[LLVMdev] [RFC] Stripping unusable intrinsics
...ISABLE_LLVM_DYLIB_ATEXIT=On -DCMAKE_INSTALL_PREFIX=/Users/cbieneman/dev/llvm-install/ -DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86" ../llvm
and built using Ninja.
Created a fresh build directory and built once as a baseline from the following revisions:
LLVM - ba05946
lld - 33bd1dc
clang - 1589d90 (With my patches applied)
I then applied my tablegen and CMake patches, made a new build directory, and built a second time. I then compared the file sizes between the two directories by diffing the output of:
find . -type f -exec stat -f '%N %z' '{}' + | sort
The biggest benefit...
2014 Dec 22
2
[LLVMdev] [RFC] Stripping unusable intrinsics
On Mon, Dec 22, 2014 at 12:55 PM, Chris Bieneman <beanz at apple.com> wrote:
>
> On Dec 22, 2014, at 12:02 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
>
>
> On Fri, Dec 19, 2014 at 3:39 PM, Chris Bieneman <beanz at apple.com> wrote:
>
>> More diffs to enjoy.
>>
>> I’ve updated my tablegen patches to work with the