aboutsummaryrefslogtreecommitdiff
path: root/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
commit2550d70aabb5f603e8f74cc5fb6a69a7af5b51f3 (patch)
treeb46362fa31c6667a12e9f721014d0bb7e76afbd3 /lib/Driver
parentd7557e3f143a6a6c504aafebc4a9b5cce6c6d5c2 (diff)
move a few more symbols to .rodata/.data.rel.ro
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver')
-rw-r--r--lib/Driver/CC1Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/CC1Options.cpp b/lib/Driver/CC1Options.cpp
index 13f84c07df..0e98bb9c11 100644
--- a/lib/Driver/CC1Options.cpp
+++ b/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, \