Skip to content

Commit 6496cf1

Browse files
author
John Criswell
committed
Don't specify the pointer size or endian-ness; it won't match for certain
platforms (SparcV9). llvm-svn: 10452
1 parent 84da4a6 commit 6496cf1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/runtime/GCCLibraries/crtend/listend.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
; global_ctors/global_dtors terminator: this is used to add a terminating null
22
; value to the initialization list.
33

4-
target endian = little
5-
target pointersize = 32
6-
74
%struct..TorRec = type { int, void ()* }
85

96
%llvm.global_ctors = appending global [1 x %struct..TorRec] [

0 commit comments

Comments
 (0)