summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-04-27 17:22:30 +0000
committerZachary Turner <zturner@google.com>2015-04-27 17:22:30 +0000
commite629530d3e50ced1f52ee63aadc35bdecc95c874 (patch)
tree837784ff324ca76eb3da685e369144825726c498 /llvm/lib/Support
parent20dbd0d0de12d2bf298ec8b4dcc254f7a07254ce (diff)
downloadbcm5719-llvm-e629530d3e50ced1f52ee63aadc35bdecc95c874.tar.gz
bcm5719-llvm-e629530d3e50ced1f52ee63aadc35bdecc95c874.zip
Fix build broken by incorrect class name.
llvm-svn: 235901
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Unix/COM.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Support/Unix/COM.inc b/llvm/lib/Support/Unix/COM.inc
index c7b930b4283..5b71de74ebf 100644
--- a/llvm/lib/Support/Unix/COM.inc
+++ b/llvm/lib/Support/Unix/COM.inc
@@ -19,9 +19,9 @@
namespace llvm {
namespace sys {
-COMInitializer::COMInitializer(COMThreadingMode Threading,
- bool SpeedOverMemory) {}
+InitializeCOMRAII::InitializeCOMRAII(COMThreadingMode Threading,
+ bool SpeedOverMemory) {}
-COMInitializer::~COMInitializer() {}
+InitializeCOMRAII::~InitializeCOMRAII() {}
}
}
OpenPOWER on IntegriCloud