[PATCH] D66189: [GWP-ASan] Implement stack frame compression.

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 16:09:47 PDT 2019


leonardchan added a comment.

In D66189#1632318 <https://reviews.llvm.org/D66189#1632318>, @hctim wrote:

> In D66189#1632302 <https://reviews.llvm.org/D66189#1632302>, @leonardchan wrote:
>
> > Hi. We believe this patch is causing a CMake error for out toolchian build:
> >
> >   -- Compiler-RT supported architectures: i386
> >   CMake Error at /b/s/w/ir/k/llvm-project/compiler-rt/lib/gwp_asan/CMakeLists.txt:111 (target_link_options):
> >     Unknown CMake command "target_link_options".
> >
> >
> > Could you look into this? Thanks.
>
>
> Hey Leonard, that should have been fixed in rL369051 <https://reviews.llvm.org/rL369051>. Can you apply that patch and let me know?


Looks like it was applied for us, but we're still seeing the same error.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66189/new/

https://reviews.llvm.org/D66189





More information about the llvm-commits mailing list