[all-commits] [llvm/llvm-project] 04ea68: [cmake] Fix build of attribute plugin example on W...
chbessonova via All-commits
all-commits at lists.llvm.org
Mon Sep 7 01:05:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 04ea680a8ccc4f9a4d7333cd712333960348c35b
https://github.com/llvm/llvm-project/commit/04ea680a8ccc4f9a4d7333cd712333960348c35b
Author: Kristina Bessonova <kbessonova at accesssoftek.com>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M clang/examples/Attribute/CMakeLists.txt
Log Message:
-----------
[cmake] Fix build of attribute plugin example on Windows
Seems '${cmake_2_8_12_PRIVATE}' was removed a long time ago, so it should
be just PRIVATE keyword here.
Reviewed By: john.brawn
Differential Revision: https://reviews.llvm.org/D86091
More information about the All-commits
mailing list