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

Unified Diff: libvpx_srcs_x86_64_intrinsics.gypi

Issue 982363003: Add -fsanitize=cfi-vptr to list of flags disabled in AVX2 code. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 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 | « generate_gypi.sh ('k') | libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_x86_64_intrinsics.gypi
diff --git a/libvpx_srcs_x86_64_intrinsics.gypi b/libvpx_srcs_x86_64_intrinsics.gypi
index 516d29a51a21a7a631c0ac86c00f9b21a259379a..fbedf4201e864eda38ac135a66250ec1804f5187 100644
--- a/libvpx_srcs_x86_64_intrinsics.gypi
+++ b/libvpx_srcs_x86_64_intrinsics.gypi
@@ -123,7 +123,7 @@
},
# TODO(pcc): Remove this once we properly support subtarget specific
# code generation in LLVM (http://llvm.org/PR19416).
- 'cflags!': [ '-flto' ],
+ 'cflags!': [ '-flto', '-fsanitize=cfi-vptr', ],
},
],
}
« no previous file with comments | « generate_gypi.sh ('k') | libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698