mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-22 03:03:43 +00:00
Attempt to fix build bot after r290597
llvm-svn: 290602
This commit is contained in:
parent
81c8edaf5c
commit
687d4024b5
@ -32,6 +32,7 @@
|
||||
|
||||
#undef isCurrentDebugType
|
||||
#undef setCurrentDebugType
|
||||
#undef setCurrentDebugTypes
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
@ -62,6 +63,8 @@ bool isCurrentDebugType(const char *DebugType) {
|
||||
/// option were specified. Note that DebugFlag also needs to be set to true for
|
||||
/// debug output to be produced.
|
||||
///
|
||||
void setCurrentDebugTypes(const char **Types, unsigned Count);
|
||||
|
||||
void setCurrentDebugType(const char *Type) {
|
||||
setCurrentDebugTypes(&Type, 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user