[PATCH] D38471: Allow compiler-rt test targets to work with multi-config CMake generators

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 16:57:35 PDT 2017


beanz added a comment.

You can put the include inside the function body of `configure_compiler_rt_lit_site_cfg`, but you can't put it just inside the file. By design AddCompilerRT is mostly usable without AddLLVM.


https://reviews.llvm.org/D38471





More information about the llvm-commits mailing list