Related to the commit 31e82037, and it will bring in link error with some
undefined references if Bootstrap Clang with GCC first, such as
_ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6appendEPKwm
Here, if you use tool nm to check the libc++.so.1, the above sample function
is showed with attribute t, which is expected attribute W.