Changes between Version 1 and Version 2 of Ticket #53299, comment 14


Ignore:
Timestamp:
Nov 23, 2017, 6:20:08 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53299, comment 14

    v1 v2  
    1 I think the broken logic is in this cmake file `llvm-5.0.0.src/projects/compiler-rt/cmake/Modules/AddCompilerRT.cmake`, presumably in the install directory sorting. CMake is hard to decipher with so many included modules. Needs a debugger or something.
     1I think the broken logic is in this cmake file `llvm-5.0.0.src/projects/compiler-rt/cmake/Modules/AddCompilerRT.cmake`. CMake is hard to decipher with so many included modules. Needs a debugger or something.
    22
    33I note most of the compiler_rt modules are installed as STATIC, and only a few are SHARED. I don't know yet if the other SHARED ones are broken too.