[cfe-dev] Question on an equivalent option to the gcc option -msdata=sysv

Chamara Devanarayana via cfe-dev cfe-dev at lists.llvm.org
Thu Jul 26 08:36:37 PDT 2018


The gcc option -msdata=sysv is used in System V.4 and embedded PowerPC systems. It puts small global and static data in the .sdata section, which is pointed to by register r13 and puts small uninitialized global and static data in the .sbss section, which is adjacent to the .sdata section.

Is there an option in clang similar to the option -msdata=sysv in gcc for PowerPC?


Chamara Devanarayana
Jr. Software Developer
RTDS Technologies Inc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180726/ebfb4347/attachment.html>


More information about the cfe-dev mailing list