diff options
Diffstat (limited to 'llvm/lib/LTO/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/LTO/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/LTO/CMakeLists.txt b/llvm/lib/LTO/CMakeLists.txt new file mode 100644 index 00000000000..8e00bcb6551 --- /dev/null +++ b/llvm/lib/LTO/CMakeLists.txt @@ -0,0 +1,4 @@ +add_llvm_library(LLVMLTO + LTOModule.cpp + LTOCodeGenerator.cpp + ) |

