[PATCH] D85936: [InterfaceStub] Remove unnecessary include dir from llvm/lib/InterfaceStub/CMakeLists.txt
Haowei Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 14:28:35 PDT 2020
haowei created this revision.
haowei added reviewers: thakis, phosek, leonardchan.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
Herald added a project: LLVM.
haowei requested review of this revision.
This change removes "${LLVM_MAIN_INCLUDE_DIR}/llvm/InterfaceStub" from llvm/lib/InterfaceStub/CMakeLists.txt as it is not necessary.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85936
Files:
llvm/lib/InterfaceStub/CMakeLists.txt
Index: llvm/lib/InterfaceStub/CMakeLists.txt
===================================================================
--- llvm/lib/InterfaceStub/CMakeLists.txt
+++ llvm/lib/InterfaceStub/CMakeLists.txt
@@ -2,7 +2,4 @@
ELFObjHandler.cpp
ELFStub.cpp
TBEHandler.cpp
-
- ADDITIONAL_HEADER_DIRS
- "${LLVM_MAIN_INCLUDE_DIR}/llvm/InterfaceStub"
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85936.285498.patch
Type: text/x-patch
Size: 347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200813/10ba6dcf/attachment.bin>
More information about the llvm-commits
mailing list