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

Unified Diff: tools/pnacl-abicheck/LLVMBuild.txt

Issue 12449014: ABI verifier: Add standalone tool pnacl-abicheck (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: add pnacl-abicheck standalone tool Created 7 years, 9 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/LLVMBuild.txt
diff --git a/tools/llvm-diff/LLVMBuild.txt b/tools/pnacl-abicheck/LLVMBuild.txt
similarity index 87%
copy from tools/llvm-diff/LLVMBuild.txt
copy to tools/pnacl-abicheck/LLVMBuild.txt
index fa06a03353bb38dd998fcd1acf086740deda876d..0af322769c82052f7b605d15305ee86c9365511f 100644
--- a/tools/llvm-diff/LLVMBuild.txt
+++ b/tools/pnacl-abicheck/LLVMBuild.txt
@@ -1,4 +1,4 @@
-;===- ./tools/llvm-diff/LLVMBuild.txt --------------------------*- Conf -*--===;
+;===- ./tools/pnacl-abicheck/LLVMBuild.txt ---------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
@@ -17,6 +17,6 @@
[component_0]
type = Tool
-name = llvm-diff
+name = pnacl-abicheck
parent = Tools
required_libraries = AsmParser BitReader

Powered by Google App Engine
This is Rietveld 408576698