summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-12-23 17:49:57 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-12-23 17:49:57 +0000
commitcfca1f0dc1cda1489ade1438b2a248029c62ead1 (patch)
tree1c30162f1c0237f7009c4394377b30edbde0607f /clang/lib/Driver
parent129819de71d66ab16bb786256589d7d5b0861fc6 (diff)
downloadbcm5719-llvm-cfca1f0dc1cda1489ade1438b2a248029c62ead1.tar.gz
bcm5719-llvm-cfca1f0dc1cda1489ade1438b2a248029c62ead1.zip
move a few more symbols to .rodata/.data.rel.ro
llvm-svn: 92012
Diffstat (limited to 'clang/lib/Driver')
-rw-r--r--clang/lib/Driver/CC1Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/CC1Options.cpp b/clang/lib/Driver/CC1Options.cpp
index 13f84c07df5..0e98bb9c113 100644
--- a/clang/lib/Driver/CC1Options.cpp
+++ b/clang/lib/Driver/CC1Options.cpp
@@ -15,7 +15,7 @@ using namespace clang::driver;
using namespace clang::driver::options;
using namespace clang::driver::cc1options;
-static OptTable::Info CC1InfoTable[] = {
+static const OptTable::Info CC1InfoTable[] = {
#define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
HELPTEXT, METAVAR) \
{ NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
OpenPOWER on IntegriCloud