diff options
author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-11-23 17:13:06 +0000 |
---|---|---|
committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-11-23 17:13:06 +0000 |
commit | 6db3a6a4a770b1052a96bdbcb248f7d837a986f3 (patch) | |
tree | 0f5714719438617861c2296228a8b153afe89f31 /llvm/lib/MC/MCDwarf.cpp | |
parent | 19d75608f8c646df4cb89b83ef7004c0e4a437aa (diff) | |
download | llvm-6db3a6a4a770b1052a96bdbcb248f7d837a986f3.zip llvm-6db3a6a4a770b1052a96bdbcb248f7d837a986f3.tar.gz llvm-6db3a6a4a770b1052a96bdbcb248f7d837a986f3.tar.bz2 |
Revert r347490 as it breaks address sanitizer builds
llvm-svn: 347499
Diffstat (limited to 'llvm/lib/MC/MCDwarf.cpp')
-rw-r--r-- | llvm/lib/MC/MCDwarf.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp index 9791fb5..66dfe7b 100644 --- a/llvm/lib/MC/MCDwarf.cpp +++ b/llvm/lib/MC/MCDwarf.cpp @@ -1332,10 +1332,6 @@ void FrameEmitterImpl::EmitCFIInstruction(const MCCFIInstruction &Instr) { Streamer.EmitIntValue(dwarf::DW_CFA_GNU_window_save, 1); return; - case MCCFIInstruction::OpNegateRAState: - Streamer.EmitIntValue(dwarf::DW_CFA_AARCH64_negate_ra_state, 1); - return; - case MCCFIInstruction::OpUndefined: { unsigned Reg = Instr.getRegister(); Streamer.EmitIntValue(dwarf::DW_CFA_undefined, 1); |