From aa470c2d4780f4b1bd222f439303de12f14631ae Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 May 2003 12:40:20 +0000 Subject: New file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6186 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GCCLibraries/crtend/listend.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 runtime/GCCLibraries/crtend/listend.ll (limited to 'runtime') diff --git a/runtime/GCCLibraries/crtend/listend.ll b/runtime/GCCLibraries/crtend/listend.ll new file mode 100644 index 0000000000..2a334999e2 --- /dev/null +++ b/runtime/GCCLibraries/crtend/listend.ll @@ -0,0 +1,5 @@ +; global_ctors/global_dtors terminator: this is used to add a terminating null +; value to the initialization list. + +%llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { int 2147483647, void ()* null } ] +%llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { int 2147483647, void ()* null } ] -- cgit v1.2.3