diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-14 12:40:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-14 12:40:20 +0000 |
commit | aa470c2d4780f4b1bd222f439303de12f14631ae (patch) | |
tree | 266636fd1e1df74598b05ec83ae6f0934101c71e /runtime | |
parent | f41464618f41b92cf0a0bd14ccc57bce727fb33d (diff) |
New file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GCCLibraries/crtend/listend.ll | 5 |
1 files changed, 5 insertions, 0 deletions
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 } ] |