MaskRay added a comment.

`-Xclang -malign-double` passes a CC1 option. This is like poking into the 
compiler internals. The interface is not stable, and some flags may not make 
sense (they can be precluded by clang/lib/Driver logic), so I am not sure why 
it is reported as a bug in the first place.

edit: The problem is that Opts.AlignDouble in TargetInfo.cpp needs some 
adaptation to make it work for aarch64_32. I will on a patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75805/new/

https://reviews.llvm.org/D75805



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to