From cc48854d5d51a2d7557f1040a61f160ad86c9729 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 24 Sep 2013 23:52:22 +0000 Subject: Move LTO support library to a component, allowing it to be tested more reliably across platforms. Patch by Tom Roeder! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191343 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/LTO/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/LTO/CMakeLists.txt (limited to 'lib/LTO/CMakeLists.txt') diff --git a/lib/LTO/CMakeLists.txt b/lib/LTO/CMakeLists.txt new file mode 100644 index 0000000000..8e00bcb655 --- /dev/null +++ b/lib/LTO/CMakeLists.txt @@ -0,0 +1,4 @@ +add_llvm_library(LLVMLTO + LTOModule.cpp + LTOCodeGenerator.cpp + ) -- cgit v1.2.3