summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-04-04 12:58:49 +0000
committerNico Weber <nicolasweber@gmx.de>2018-04-04 12:58:49 +0000
commitbe6a9b6d7d3ab4d0d51544de004d65cd158fa956 (patch)
tree95ee0b90599d6394fbcd03f5ee0495653d9e6c9b
parent908dd387939b0d3b0b5c3ade994c13645de10b70 (diff)
downloadbcm5719-llvm-be6a9b6d7d3ab4d0d51544de004d65cd158fa956.tar.gz
bcm5719-llvm-be6a9b6d7d3ab4d0d51544de004d65cd158fa956.zip
Attempt to fix bots more after r329179.
llvm-svn: 329186
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 3f9ae2a9ec7..b1703e9a46a 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -536,7 +536,7 @@ public:
// Experimental DWARF5 features.
/// Returns what kind (if any) of accelerator tables to emit.
- AccelTableKind getAccelTableKind() const { return AccelTableKind; }
+ llvm::AccelTableKind getAccelTableKind() const { return AccelTableKind; }
bool useAppleExtensionAttributes() const {
return HasAppleExtensionAttributes;
OpenPOWER on IntegriCloud