[cfe-dev] [PATCH] Fix linking CodeGen since svn 143314 / git 22a7dfe.

Eli Friedman eli.friedman at gmail.com
Thu Nov 10 12:11:23 PST 2011


On Thu, Nov 10, 2011 at 10:08 AM, Johannes Obermayr
<johannesobermayr at gmx.de> wrote:
> ---
>  lib/CodeGen/CMakeLists.txt |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
> index 5e674a8..ba6b284 100644
> --- a/lib/CodeGen/CMakeLists.txt
> +++ b/lib/CodeGen/CMakeLists.txt
> @@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
>   bitwriter
>   instrumentation
>   ipo
> +  linker
>   )
>
>  set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)

Applied in r144310.  For future reference, please look at the
developer policy at http://llvm.org/docs/DeveloperPolicy.html ;
specifically, please send patches as an attachment rather than
inlined, and please try to give a better description of what exactly
your patch is fixing.

-Eli




More information about the cfe-dev mailing list