Chromium Code Reviews| Index: tools/clang/pass_to_move/CMakeLists.txt |
| diff --git a/tools/clang/pass_to_move/CMakeLists.txt b/tools/clang/pass_to_move/CMakeLists.txt |
| index b3ceee1bc5ed2f34cfc10abe8b11061aa20a2970..f600dd00164d5745763fd308bdeb694def23d3ac 100644 |
| --- a/tools/clang/pass_to_move/CMakeLists.txt |
| +++ b/tools/clang/pass_to_move/CMakeLists.txt |
| @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS |
| MCParser |
| Option |
| X86AsmParser |
| + X86CodeGen |
|
dcheng
2016/01/20 23:23:27
I'm not sure if this is still necessary for runnin
|
| ) |
| add_llvm_executable(pass_to_move |