[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
Fri Aug 14 11:23:20 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGee5d07e6ce89: Remove unnecessary HEADER_DIRS in lib/InterfaceStub/CMakeLists.txt (authored by haowei).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85936/new/

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.285699.patch
Type: text/x-patch
Size: 347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200814/1de1f829/attachment.bin>


More information about the llvm-commits mailing list