Changes between Initial Version and Version 1 of Ticket #54242, comment 4


Ignore:
Timestamp:
May 27, 2017, 7:16:39 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54242, comment 4

    initial v1  
    1 I think this file `work/llvm-4.0.0.src/projects/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake` is missing most of the logic to support `ppc` and `ppc64` archs, in the end. There are other functions in that file that done have ppc support. It doesn't look like a lot to add, but it would take a little logic to work out.
     1I think this file `work/llvm-4.0.0.src/projects/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake` is missing most of the logic to support `ppc` and `ppc64` archs, in the end. There are other functions in that file that don't have ppc support. It doesn't look like a lot to add, but it would take a little logic to work out.
    22
    33I suppose it's kind of surprising then that the default build comes out with a ppc arch library that we can use at all.