[llvm] 2aef5b6 - [cmake] LLVMAsmParser - add include/llvm/ASMParser header path

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 18 04:33:48 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-18T12:31:40+01:00
New Revision: 2aef5b62c98a369f7a10bb7062bf937f53a2e31f

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

LOG: [cmake] LLVMAsmParser - add include/llvm/ASMParser header path

Copy + paste typo meant we were picking up the include/llvm/Analysis path instead

Added: 
    

Modified: 
    llvm/lib/AsmParser/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/AsmParser/CMakeLists.txt b/llvm/lib/AsmParser/CMakeLists.txt
index a501956f4eba..2056a77fd76e 100644
--- a/llvm/lib/AsmParser/CMakeLists.txt
+++ b/llvm/lib/AsmParser/CMakeLists.txt
@@ -5,7 +5,7 @@ add_llvm_component_library(LLVMAsmParser
   Parser.cpp
 
   ADDITIONAL_HEADER_DIRS
-  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Analysis
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ASMParser
 
   DEPENDS
   intrinsics_gen


        


More information about the llvm-commits mailing list