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 9fb8718 commit 0ed2170Copy full SHA for 0ed2170
llvm/lib/DWARFLinker/DWARFStreamer.cpp
@@ -27,8 +27,6 @@
27
28
namespace llvm {
29
30
-static mc::RegisterMCTargetOptionsFlags MOF;
31
-
32
bool DwarfStreamer::init(Triple TheTriple) {
33
std::string ErrorStr;
34
std::string TripleName;
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
@@ -83,6 +83,7 @@
83
#include "llvm/Support/raw_ostream.h"
84
#include "llvm/Target/TargetMachine.h"
85
#include "llvm/Target/TargetOptions.h"
86
+#include "llvm/MC/MCTargetOptionsCommandFlags.h"
87
#include <algorithm>
88
#include <cassert>
89
#include <cinttypes>
@@ -100,6 +101,9 @@
100
101
#include <vector>
102
103
104
+
105
+static mc::RegisterMCTargetOptionsFlags MOF;
106
107
namespace dsymutil {
108
109
static Error copySwiftInterfaces(
0 commit comments