We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e21e1 commit f1422a8Copy full SHA for f1422a8
llvm/include/llvm/MC/TargetRegistry.h
@@ -23,6 +23,7 @@
23
#include "llvm/ADT/iterator_range.h"
24
#include "llvm/MC/MCObjectFileInfo.h"
25
#include "llvm/Support/CodeGen.h"
26
+#include "llvm/Support/Compiler.h"
27
#include "llvm/Support/ErrorHandling.h"
28
#include "llvm/Support/FormattedStream.h"
29
#include "llvm/TargetParser/Triple.h"
@@ -530,6 +531,7 @@ class Target {
530
531
std::unique_ptr<MCObjectWriter> OW,
532
std::unique_ptr<MCCodeEmitter> Emitter,
533
const MCSubtargetInfo &STI) const;
534
+ LLVM_DEPRECATED("Use the overload without the 3 trailing bool", "")
535
MCStreamer *createMCObjectStreamer(const Triple &T, MCContext &Ctx,
536
std::unique_ptr<MCAsmBackend> &&TAB,
537
std::unique_ptr<MCObjectWriter> &&OW,
0 commit comments