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

Unified Diff: libyuv_test.gyp

Issue 1805683003: disable assembly in header for msan=1 (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 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
« include/libyuv/compare_row.h ('K') | « libyuv.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv_test.gyp
diff --git a/libyuv_test.gyp b/libyuv_test.gyp
index 0b1c825aaed2a37203223b6f0d07d7ad68c4ed85..7188e763320f614132a2d314898bd3d0a1ee6109 100644
--- a/libyuv_test.gyp
+++ b/libyuv_test.gyp
@@ -91,13 +91,6 @@
'LIBYUV_NEON'
],
}],
- # MemorySanitizer does not support assembly code yet.
- # http://crbug.com/344505
- [ 'msan == 1', {
- 'defines': [
- 'LIBYUV_DISABLE_X86',
- ],
- }],
], # conditions
'defines': [
# Enable the following 3 macros to turn off assembly for specified CPU.
« include/libyuv/compare_row.h ('K') | « libyuv.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698