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

Unified Diff: lib/Transforms/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/Target/Mips/MCTargetDesc/CMakeLists.txt ('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 5d630bb111239f9b4eaf7bc73cc66012d296dddb..f41fc128c9f9331a1fb43c2cfaedc16b09c00613 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_llvm_library(LLVMTransformsNaCl
+add_llvm_library(LLVMnacltransforms
ExpandConstantExpr.cpp
ExpandCtors.cpp
ExpandGetElementPtr.cpp
@@ -10,4 +10,4 @@ add_llvm_library(LLVMTransformsNaCl
StripMetadata.cpp
)
-add_dependencies(LLVMTransformsNaCl intrinsics_gen)
+add_dependencies(LLVMnacltransforms intrinsics_gen)
« no previous file with comments | « lib/Target/Mips/MCTargetDesc/CMakeLists.txt ('k') | lib/Transforms/NaCl/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698