Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: lib/Transforms/NaCl/CMakeLists.txt

Issue 927493002: PNaCl: Impl the other atomicrmw operations: nand, max, min, umax, and umin. Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Analysis/NaCl/PNaClSimplificationAnalyses.cpp ('k') | lib/Transforms/NaCl/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Transforms/NaCl/CMakeLists.txt
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
index f9a4f4e91062b4d6ce4563e9e79664f6455d2a90..1af91c6003f11b4be8698332a92513e4ac48101a 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -51,4 +51,4 @@ add_llvm_library(LLVMNaClTransforms
# Emscripten files end.
)
-add_dependencies(LLVMNaClTransforms intrinsics_gen)
+add_dependencies(LLVMNaClTransforms intrinsics_gen LLVMCodeGen LLVMMC LLVMNaClAnalysis)
« no previous file with comments | « lib/Analysis/NaCl/PNaClSimplificationAnalyses.cpp ('k') | lib/Transforms/NaCl/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698