1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Target/AVR/MCTargetDesc
Alex Bradbury c08915b4a2 [AVR] Fix build after r334078
r334078 added MCSubtargetInfo to fixupNeedsRelaxation and applyFixup. This 
patch makes the necessary adjustment for the AVR target.

llvm-svn: 334202
2018-06-07 15:29:09 +00:00
..
AVRAsmBackend.cpp [AVR] Fix build after r334078 2018-06-07 15:29:09 +00:00
AVRAsmBackend.h [AVR] Fix build after r334078 2018-06-07 15:29:09 +00:00
AVRELFObjectWriter.cpp MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
AVRELFStreamer.cpp [AVR] Rename 'AVRTiny' to 'Tiny' 2017-07-11 04:45:15 +00:00
AVRELFStreamer.h
AVRFixupKinds.h Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
AVRMCAsmInfo.cpp
AVRMCAsmInfo.h
AVRMCCodeEmitter.cpp
AVRMCCodeEmitter.h
AVRMCELFStreamer.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AVRMCELFStreamer.h MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AVRMCExpr.cpp [AVR] Implement some missing code paths 2017-12-11 11:01:27 +00:00
AVRMCExpr.h Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
AVRMCTargetDesc.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AVRMCTargetDesc.h MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
AVRTargetStreamer.cpp [AVR] Enable the '__do_copy_data' function 2017-09-11 10:32:51 +00:00
AVRTargetStreamer.h [AVR] Enable the '__do_copy_data' function 2017-09-11 10:32:51 +00:00
CMakeLists.txt Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
LLVMBuild.txt