[PATCH] D53056: [MC][ELF] compute entity size for explicit sections

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 03:42:23 PDT 2018


fhahn added a comment.

Looks like the test fails on MacOS: http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/54057/console

Error message:

  LLVM ERROR: Global variable 'a' has an invalid section specifier '.init.rodata': mach-o section specifier requires a segment and section separated by a comma.

Not sure how to work around this, short of making it target specific?


Repository:
  rL LLVM

https://reviews.llvm.org/D53056





More information about the llvm-commits mailing list