Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: lib/Transforms/NaCl/CMakeLists.txt

Issue 29743003: Add passes for applying SFI sandboxing at the LLVM IR level Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry upload Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Transforms/NaCl/AllocateDataSegment.cpp ('k') | lib/Transforms/NaCl/FlattenGlobals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Transforms/NaCl/CMakeLists.txt
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
index 84ba540103c9439df31041c9b3ec9d3f381d1176..04e4592aecf2d9a44b05177d08413d944581c5a1 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -1,5 +1,10 @@
add_llvm_library(LLVMNaClTransforms
AddPNaClExternalDecls.cpp
+ AddSFI.cpp
+ AllocateDataSegment.cpp
+ SandboxIndirectCalls.cpp
+ SandboxMemoryAccesses.cpp
+ StripTls.cpp
CanonicalizeMemIntrinsics.cpp
CombineVectorInstructions.cpp
ConstantInsertExtractElementIndex.cpp
« no previous file with comments | « lib/Transforms/NaCl/AllocateDataSegment.cpp ('k') | lib/Transforms/NaCl/FlattenGlobals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698