[PATCH] D66326: Fix llvm-config support for CMake build-mode-style builds
Jordan Rose via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 17:27:16 PDT 2019
jordan_rose marked an inline comment as done.
jordan_rose added inline comments.
================
Comment at: tools/llvm-config/llvm-config.cpp:330
+ ActiveCMakeDir =
+ ActivePrefix + "/lib" + LLVM_LIBDIR_SUFFIX + "/cmake/llvm";
break;
----------------
I'm not actually sure if `LLVM_LIBDIR_SUFFIX` is used here either, but it's not //more// wrong than it was before.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66326/new/
https://reviews.llvm.org/D66326
More information about the llvm-commits
mailing list