Don't declare all text sections at the start of the .s
[oota-llvm.git] / test / CodeGen / ARM / none-macho.ll
index 23555b3d22c8e30cd0720a7a731a69ce7fed48ce..733ba4ba2d2c9c44d435c42bc9c30994e1adbfb4 100644 (file)
@@ -2,11 +2,6 @@
 ; RUN: llc -mtriple=thumbv7m-none-macho -O0 %s -o - -relocation-model=pic -disable-fp-elim | FileCheck %s
 ; RUN: llc -mtriple=thumbv7m-none-macho -filetype=obj %s -o /dev/null
 
-  ; Bare-metal should probably "declare" segments just like normal MachO
-; CHECK: __picsymbolstub4
-; CHECK: __StaticInit
-; CHECK: __text
-
 @var = external global i32
 
 define i32 @test_litpool() minsize {