diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-01-10 08:46:39 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-01-10 08:46:39 +0000 |
commit | 86131f2c8d35dd75fd563b0b64c659bfa7e5268e (patch) | |
tree | 81e7f32c07db546c49023753f79274b9a267be77 /llvm/lib/Support/Host.cpp | |
parent | 430f3f1bd6b89b4d4c1bcc8e7182f76b651f6963 (diff) | |
download | bcm5719-llvm-86131f2c8d35dd75fd563b0b64c659bfa7e5268e.tar.gz bcm5719-llvm-86131f2c8d35dd75fd563b0b64c659bfa7e5268e.zip |
The `-fwritable-strings' flag doesn't make the backing store strings of all
CFStrings writable.
The strings (both Unicode and ASCII) should reside in a read-only section. E.g.,
__TEXT,__cstring instead of __DATA,__data. This is done by making the global
variable created for the strings constant despite the value of that flag.
<rdar://problem/10657500>
llvm-svn: 147845
Diffstat (limited to 'llvm/lib/Support/Host.cpp')
0 files changed, 0 insertions, 0 deletions