aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorKirill Stoimenov <kstoimenov@google.com>2025-01-13 19:03:40 +0000
committerKirill Stoimenov <kstoimenov@google.com>2025-01-13 19:09:01 +0000
commit2f7ade4b5e399962e18f5f9a0ab0b7335deece51 (patch)
treeaa5990d36d874bc13d915e907439b4afd1f49565 /llvm/lib/MC/MCStreamer.cpp
parentb3ad84b534bf17311b92fbfe142c0542c6e95332 (diff)
downloadllvm-2f7ade4b5e399962e18f5f9a0ab0b7335deece51.zip
llvm-2f7ade4b5e399962e18f5f9a0ab0b7335deece51.tar.gz
llvm-2f7ade4b5e399962e18f5f9a0ab0b7335deece51.tar.bz2
Revert "[aarch64][win] Add support for import call optimization (equivalent to MSVC /d2ImportCallOptimization) (#121516)"
Breaks sanitizer build: https://lab.llvm.org/buildbot/#/builders/52/builds/5179 This reverts commits: 5ee0a71df919a328c714e25f0935c21e586cc18b d997a722c194feec5f3a94dec5acdce59ac5e55b
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCStreamer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp
index e690723..ccf65df 100644
--- a/llvm/lib/MC/MCStreamer.cpp
+++ b/llvm/lib/MC/MCStreamer.cpp
@@ -1023,10 +1023,6 @@ void MCStreamer::emitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) {}
void MCStreamer::emitCOFFImgRel32(MCSymbol const *Symbol, int64_t Offset) {}
-void MCStreamer::emitCOFFSecNumber(MCSymbol const *Symbol) {}
-
-void MCStreamer::emitCOFFSecOffset(MCSymbol const *Symbol) {}
-
/// EmitRawText - If this file is backed by an assembly streamer, this dumps
/// the specified string in the output .s file. This capability is
/// indicated by the hasRawTextSupport() predicate.