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

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

Issue 14328017: Fix CMake build (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 8 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/CMakeLists.txt ('k') | lib/Analysis/NaCl/LLVMBuild.txt » ('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 a01a3338022db125d7b1498d19db6bcb7100452a..05319dcd8fe97f2b8948c9746b0297c4b080b9b5 100644
--- a/lib/Analysis/NaCl/CMakeLists.txt
+++ b/lib/Analysis/NaCl/CMakeLists.txt
@@ -1,7 +1,7 @@
-add_llvm_library(LLVMNaClAnalysis
- PNaCLABITypeChecker.cpp
+add_llvm_library(LLVMnaclanalysis
+ PNaClABITypeChecker.cpp
PNaClABIVerifyFunctions.cpp
PNaClABIVerifyModule.cpp
)
-add_dependencies(LLVMNaClAnalysis intrinsics_gen)
+add_dependencies(LLVMnaclanalysis intrinsics_gen)
« no previous file with comments | « lib/Analysis/CMakeLists.txt ('k') | lib/Analysis/NaCl/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698