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

Unified Diff: libyuv.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
Index: libyuv.gyp
diff --git a/libyuv.gyp b/libyuv.gyp
index 44dec09eeca01f6864a6fe100644ec80f2ccacce..444b1449994a134c86130c39f31e1e9165ccbffc 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -96,13 +96,6 @@
}],
],
}],
- # 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') | « include/libyuv/version.h ('k') | libyuv_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698