aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2/Action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/Action.cpp')
-rw-r--r--tools/llvmc2/Action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc2/Action.cpp b/tools/llvmc2/Action.cpp
index 82a1e0c4c9..8d34910286 100644
--- a/tools/llvmc2/Action.cpp
+++ b/tools/llvmc2/Action.cpp
@@ -48,7 +48,7 @@ namespace {
}
}
-int llvmcc::Action::Execute() {
+int llvmcc::Action::Execute() const {
if (VerboseMode) {
std::cerr << Command_ << " ";
std::for_each(Args_.begin(), Args_.end(), print_string);