Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
NAKAMURA Takumi
@chapuni
冥界一の CMake 愛
Subscribe
Save as PDF
Jun 6, 2021
•
8 tweets
•
3 min read
#CLANG
CAN BE BUILT WITHIN ONE MINUTE
#LLVM
[2564/2564] Creating executable symlink bin/clang
real 0m56.685s
user 75m20.548s
* AWS c5a.24xlarge (96 vcpus)
* target=x86 MinSizeRel
* Using PGO+LTO clang and lld (up to 30% faster)
The trace.json is here;
gist.github.com/chapuni/6b80af…
Tweaks in CMake part of the LLVM tree
* Enhanced LLVM_ENABLE_MODULES
** Generator and targets for explicit modules
* Modularized tblgen (invokes particular
tblgen-emitters.so
)
* Introduce obj.LLVMSupportLite for tblgen
* KILL target_link_libraries(PUBLIC) !!!IMPORTANT!!!