[all-commits] [llvm/llvm-project] 85ce33: [cmake] Fix build of attribute plugin example on W...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Wed Nov 11 20:16:08 PST 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: 85ce339f1bd4af075aeb08f59a5a1da00993ce40
https://github.com/llvm/llvm-project/commit/85ce339f1bd4af075aeb08f59a5a1da00993ce40
Author: Kristina Bessonova <kbessonova at accesssoftek.com>
Date: 2020-11-11 (Wed, 11 Nov 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
(cherry picked from commit 04ea680a8ccc4f9a4d7333cd712333960348c35b)
More information about the All-commits
mailing list