[test-suite] r202696 - XCore target: add support to build MultiSource/Applications/JM/lencod

Robert Lytton robert at xmos.com
Mon Mar 3 03:22:34 PST 2014


Author: rlytton
Date: Mon Mar  3 05:22:34 2014
New Revision: 202696

URL: http://llvm.org/viewvc/llvm-project?rev=202696&view=rev
Log:
XCore target: add support to build MultiSource/Applications/JM/lencod

XCore requires C-linkage const data to be consistently declared

Modified:
    test-suite/trunk/MultiSource/Applications/JM/lencod/slice.c

Modified: test-suite/trunk/MultiSource/Applications/JM/lencod/slice.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/JM/lencod/slice.c?rev=202696&r1=202695&r2=202696&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/JM/lencod/slice.c (original)
+++ test-suite/trunk/MultiSource/Applications/JM/lencod/slice.c Mon Mar  3 05:22:34 2014
@@ -1206,7 +1206,7 @@ void poc_ref_pic_reorder(StorablePicture
   }
 }
 
-extern int QP2QUANT[40];
+extern const int QP2QUANT[40];
 
 void SetLagrangianMultipliers()
 {





More information about the llvm-commits mailing list