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

Unified Diff: tools/pnacl-abicheck/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
Index: tools/pnacl-abicheck/CMakeLists.txt
diff --git a/tools/pnacl-abicheck/CMakeLists.txt b/tools/pnacl-abicheck/CMakeLists.txt
index d3296fa5a54fa57d765aaa7081620b6c8edf7914..f75731bcf44e3709bf2c5eb2a5f772bdbffccd15 100644
--- a/tools/pnacl-abicheck/CMakeLists.txt
+++ b/tools/pnacl-abicheck/CMakeLists.txt
@@ -1,5 +1,5 @@
-set(LLVM_LINK_COMPONENTS bitreader asmparser)
+set(LLVM_LINK_COMPONENTS bitreader asmparser naclanalysis)
add_llvm_tool(pnacl-abicheck
- pnacl-abicheck.cc
+ pnacl-abicheck.cpp
)

Powered by Google App Engine
This is Rietveld 408576698