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

Unified Diff: test/Transforms/NaCl/strip-tls.ll

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 | « test/Transforms/NaCl/sandbox-memory-accesses.ll ('k') | tools/opt/opt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Transforms/NaCl/strip-tls.ll
diff --git a/test/Transforms/NaCl/strip-tls.ll b/test/Transforms/NaCl/strip-tls.ll
new file mode 100644
index 0000000000000000000000000000000000000000..5a207adcb7a7df8e9e2e314afeb7d7239a20f532
--- /dev/null
+++ b/test/Transforms/NaCl/strip-tls.ll
@@ -0,0 +1,4 @@
+; RUN: opt < %s -strip-tls -S | FileCheck %s
+
+@var = thread_local global i32 123
+; CHECK: @var = global i32 123
« no previous file with comments | « test/Transforms/NaCl/sandbox-memory-accesses.ll ('k') | tools/opt/opt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698