[llvm] ee5d07e - Remove unnecessary HEADER_DIRS in lib/InterfaceStub/CMakeLists.txt

Haowei Wu via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 11:23:16 PDT 2020


Author: Haowei Wu
Date: 2020-08-14T11:22:50-07:00
New Revision: ee5d07e6ce89aed4783930e2b738ab41aee295c6

URL: https://github.com/llvm/llvm-project/commit/ee5d07e6ce89aed4783930e2b738ab41aee295c6
DIFF: https://github.com/llvm/llvm-project/commit/ee5d07e6ce89aed4783930e2b738ab41aee295c6.diff

LOG: Remove unnecessary HEADER_DIRS in lib/InterfaceStub/CMakeLists.txt

This change removes unnecessary HEADER_DIRS from //llvm/lib/
InterfaceStub/CMakeLists.txt file.

Differential Revision: https://reviews.llvm.org/D85936

Added: 
    

Modified: 
    llvm/lib/InterfaceStub/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/InterfaceStub/CMakeLists.txt b/llvm/lib/InterfaceStub/CMakeLists.txt
index be2529f6d605..af702e58479a 100644
--- a/llvm/lib/InterfaceStub/CMakeLists.txt
+++ b/llvm/lib/InterfaceStub/CMakeLists.txt
@@ -2,7 +2,4 @@ add_llvm_component_library(LLVMInterfaceStub
   ELFObjHandler.cpp
   ELFStub.cpp
   TBEHandler.cpp
-
-  ADDITIONAL_HEADER_DIRS
-  "${LLVM_MAIN_INCLUDE_DIR}/llvm/InterfaceStub"
 )


        


More information about the llvm-commits mailing list