summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Process.inc
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-12-23 17:48:10 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-12-23 17:48:10 +0000
commit129819de71d66ab16bb786256589d7d5b0861fc6 (patch)
tree146c7b8567794eac644741928950732480066b20 /llvm/lib/System/Unix/Process.inc
parent53982d577d6a22a7aa2c969d6c98495689a00fca (diff)
downloadbcm5719-llvm-129819de71d66ab16bb786256589d7d5b0861fc6.tar.gz
bcm5719-llvm-129819de71d66ab16bb786256589d7d5b0861fc6.zip
move a few more symbols to .rodata
llvm-svn: 92011
Diffstat (limited to 'llvm/lib/System/Unix/Process.inc')
-rw-r--r--llvm/lib/System/Unix/Process.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/Process.inc b/llvm/lib/System/Unix/Process.inc
index 911b8c32581..cf6a47a31c8 100644
--- a/llvm/lib/System/Unix/Process.inc
+++ b/llvm/lib/System/Unix/Process.inc
@@ -277,7 +277,7 @@ bool Process::ColorNeedsFlush() {
COLOR(FGBG, "7", BOLD)\
}
-static const char* colorcodes[2][2][8] = {
+static const char colorcodes[2][2][8][10] = {
{ ALLCOLORS("3",""), ALLCOLORS("3","1;") },
{ ALLCOLORS("4",""), ALLCOLORS("4","1;") }
};
OpenPOWER on IntegriCloud