Index: lib/Transforms/MinSFI/CMakeLists.txt |
diff --git a/lib/Transforms/MinSFI/CMakeLists.txt b/lib/Transforms/MinSFI/CMakeLists.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5e78776c5beca177cd9ef608c6b944e90cefe89e |
--- /dev/null |
+++ b/lib/Transforms/MinSFI/CMakeLists.txt |
@@ -0,0 +1,13 @@ |
+add_llvm_library(LLVMMinSFITransforms |
+ AllocateDataSegment.cpp |
+ ExpandAllocas.cpp |
+ MinSFI.cpp |
+ RenameEntryPoint.cpp |
+ SandboxIndirectCalls.cpp |
+ SandboxMemoryAccesses.cpp |
+ StripTls.cpp |
+ SubstituteUndefs.cpp |
+ Utils.cpp |
+ ) |
+ |
+add_dependencies(LLVMMinSFITransforms LLVMNaClTransforms) |