Set REQUIRES shell on the test cases for r186044
[oota-llvm.git] / lib / Target / XCore / XCoreTargetObjectFile.cpp
index 820389935b3836209ca03983c2dd56d83f0837e1..88e3bfd7b81c83fa47a2fb23f859e3a172f64d9b 100644 (file)
@@ -57,9 +57,4 @@ void XCoreTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){
                       ELF::SHF_ALLOC |
                       ELF::XCORE_SHF_CP_SECTION,
                       SectionKind::getReadOnlyWithRel());
-
-  // Dynamic linking is not supported. Data with relocations is placed in the
-  // same section as data without relocations.
-  DataRelSection = DataRelLocalSection = DataSection;
-  DataRelROSection = DataRelROLocalSection = ReadOnlySection;
 }