From d5c407d2d01ff8797c29343e4da5f765fe52fb5f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 24 Jun 2012 13:32:01 +0000 Subject: llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159112 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bitcode/Reader/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Bitcode/Reader/CMakeLists.txt') diff --git a/lib/Bitcode/Reader/CMakeLists.txt b/lib/Bitcode/Reader/CMakeLists.txt index 693d431..dfe7e10 100644 --- a/lib/Bitcode/Reader/CMakeLists.txt +++ b/lib/Bitcode/Reader/CMakeLists.txt @@ -2,3 +2,5 @@ add_llvm_library(LLVMBitReader BitReader.cpp BitcodeReader.cpp ) + +add_dependencies(LLVMBitReader intrinsics_gen) -- cgit v1.1