mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
86131f2c8d35dd75fd563b0b64c659bfa7e5268e
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
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%