Chromium Code Reviews| Index: tools/pnacl-freeze/Makefile |
| diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/pnacl-freeze/Makefile |
| similarity index 72% |
| copy from tools/llvm-bcanalyzer/Makefile |
| copy to tools/pnacl-freeze/Makefile |
| index 2fc61dbd62a7d5b8927e965c0e8c310f6e038399..f850f5646d9a63741aa4a1a039dd39b1950593fc 100644 |
| --- a/tools/llvm-bcanalyzer/Makefile |
| +++ b/tools/pnacl-freeze/Makefile |
| @@ -1,4 +1,4 @@ |
| -##===- tools/llvm-bcanalyzer/Makefile ----------------------*- Makefile -*-===## |
| +##===- tools/pnacl-freeze/Makefile -------------------------*- Makefile -*-===## |
| # |
| # The LLVM Compiler Infrastructure |
| # |
| @@ -8,8 +8,8 @@ |
| ##===----------------------------------------------------------------------===## |
| LEVEL := ../.. |
| -TOOLNAME := llvm-bcanalyzer |
| -LINK_COMPONENTS := bitreader |
| +TOOLNAME := pnacl-freeze |
| +LINK_COMPONENTS := asmparser bitwriter bitreader analysis |
|
jvoung (off chromium)
2013/04/25 17:42:45
Does this end up using the non-pnacl bitwriter?
Karl
2013/04/25 20:48:17
Updated to only include naclbitwriter and bitreade
|
| # This tool has no plugins, optimize startup time. |
| TOOL_NO_EXPORTS := 1 |