[PATCH] D36119: [CMake][LLVM] Remove duplicated library mask. Broken clang linking against clangShared

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 01:59:27 PDT 2017


chapuni accepted this revision.
chapuni added a comment.
This revision is now accepted and ready to land.

I think matchers may be sorted alphabetically.



================
Comment at: cmake/modules/LLVM-Config.cmake:188
       if( TARGET LLVM${c}Info )
         list(APPEND expanded_components "LLVM${c}Info")
       endif()
----------------
Could we remove it?


Repository:
  rL LLVM

https://reviews.llvm.org/D36119





More information about the llvm-commits mailing list