[llvm] a0334b3 - Add intrinsics_gen dependency on Bye example
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 2 08:08:56 PST 2020
Author: serge-sans-paille
Date: 2020-01-02T17:08:45+01:00
New Revision: a0334b3b9425f9896f25c359d9ffb3fcbd3c4c88
URL: https://github.com/llvm/llvm-project/commit/a0334b3b9425f9896f25c359d9ffb3fcbd3c4c88
DIFF: https://github.com/llvm/llvm-project/commit/a0334b3b9425f9896f25c359d9ffb3fcbd3c4c88.diff
LOG: Add intrinsics_gen dependency on Bye example
This fixes build error introduced by commit 24ab9b537e61b3fe5e6a1019492ff6530d82a3ee
Added:
Modified:
llvm/examples/Bye/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/examples/Bye/CMakeLists.txt b/llvm/examples/Bye/CMakeLists.txt
index 9ce49fcc56e8..257fa5cba260 100644
--- a/llvm/examples/Bye/CMakeLists.txt
+++ b/llvm/examples/Bye/CMakeLists.txt
@@ -8,6 +8,8 @@ else()
LLVMCore
LLVMipo
LLVMPasses
+ DEPENDS
+ intrinsics_gen
)
endif()
More information about the llvm-commits
mailing list