Chromium Code Reviews

Unified Diff: lib/Analysis/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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Analysis/NaCl/PNaClSimplificationAnalyses.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Analysis/NaCl/CMakeLists.txt
diff --git a/lib/Analysis/NaCl/CMakeLists.txt b/lib/Analysis/NaCl/CMakeLists.txt
index e4d514afbf3f4ef63e7beec7107a9dcb3e41dd8d..a22ce9f44e4aced79697c7ebc26bb2a4f70b4e6d 100644
--- a/lib/Analysis/NaCl/CMakeLists.txt
+++ b/lib/Analysis/NaCl/CMakeLists.txt
@@ -4,6 +4,7 @@ add_llvm_library(LLVMNaClAnalysis
PNaClABIVerifyFunctions.cpp
PNaClABIVerifyModule.cpp
PNaClAllowedIntrinsics.cpp
+ PNaClSimplificationAnalyses.cpp
)
add_dependencies(LLVMNaClAnalysis intrinsics_gen)
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Analysis/NaCl/PNaClSimplificationAnalyses.cpp » ('j') | no next file with comments »

Powered by Google App Engine