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

Unified Diff: lib/Target/Mips/MCTargetDesc/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/CMakeLists.txt ('k') | lib/Transforms/NaCl/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/Mips/MCTargetDesc/CMakeLists.txt
diff --git a/lib/Target/Mips/MCTargetDesc/CMakeLists.txt b/lib/Target/Mips/MCTargetDesc/CMakeLists.txt
index 4212c94a5578a413f5279c003f75cdbec05ba3cb..06b32f7df42d1800ad0e6eb9e764cbe5c7cae1b3 100644
--- a/lib/Target/Mips/MCTargetDesc/CMakeLists.txt
+++ b/lib/Target/Mips/MCTargetDesc/CMakeLists.txt
@@ -7,6 +7,9 @@ add_llvm_library(LLVMMipsDesc
MipsELFObjectWriter.cpp
MipsReginfo.cpp
MipsELFStreamer.cpp
+# LOCALMOD-BEGIN
+ MipsMCNaCl.cpp
+# LOCALMOD-END
)
add_dependencies(LLVMMipsDesc MipsCommonTableGen)
« no previous file with comments | « lib/Target/Mips/CMakeLists.txt ('k') | lib/Transforms/NaCl/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698