[compiler-rt] r366186 - Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"

Ilya Biryukov via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 03:01:05 PDT 2019


Same here, I am merely a buildcop and not a CMake expert.
I'll ask around and try to find someone who can help.

If you happen to have other ideas on how this can be done (or how to remove
the requirement on this header in the test), please let me know.

On Tue, Jul 16, 2019 at 11:51 AM Stephan Bergmann <sbergman at redhat.com>
wrote:

> On 16/07/2019 11:07, Ilya Biryukov wrote:
> > Is there a more principled way to use sanitizer_platform.h from the test?
> >
> > We are running clang tests in a distributed environment and don't have a
> > full source checkout when running the tests.
> > One way to make it work for us is to make the test depend on the build
> > target producing the headers and configure the compiler being run (by
> > passing the -I flag or something similar).
>
> That test not being optimal was discussed at
> <https://reviews.llvm.org/D61479> (see comment by vsk on 2019/07/11),
> but without a clear idea for a superior solution.
>
> Ilya, can you come up with a patch as you outlined above?  I'm afraid
> LLVM's CMake build machinery is beyond me.
>


-- 
Regards,
Ilya Biryukov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/c476ca53/attachment.html>


More information about the llvm-commits mailing list