Match llvm-gcc's string literals alignment by forcing alignment on string...
Match llvm-gcc's string literals alignment by forcing alignment on string literals to 1. This can significantly impact the size of the string data, and as far as I know, the alignment doesn't help performance. rdar://9078969 . llvm-svn: 132223
Loading
Please register or sign in to comment