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

Unified Diff: dl/dl.gyp

Issue 1318803004: Re-enable LLVM LTO on Neon targets. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dl/dl.gyp
diff --git a/dl/dl.gyp b/dl/dl.gyp
index 27d7508077f016322c51816c994a1d2d550feee5..774151f3592f21845c5258d7a71e509e54a1feeb 100644
--- a/dl/dl.gyp
+++ b/dl/dl.gyp
@@ -287,9 +287,9 @@
'sp/src/arm/neon/omxSP_FFTInv_CCSToR_F32_Sfs_s.S',
],
'conditions': [
- # Disable LTO due to NEON issues
+ # Disable GCC LTO due to NEON issues
# crbug.com/408997
- ['use_lto==1', {
+ ['clang==0 and use_lto==1', {
'cflags!': [
'-flto',
'-ffat-lto-objects',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698