diff options
Diffstat (limited to 'transform/testdata/globals-function-sections.out.ll')
-rw-r--r-- | transform/testdata/globals-function-sections.out.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/transform/testdata/globals-function-sections.out.ll b/transform/testdata/globals-function-sections.out.ll deleted file mode 100644 index e3d03ed07..000000000 --- a/transform/testdata/globals-function-sections.out.ll +++ /dev/null @@ -1,8 +0,0 @@ -target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64" -target triple = "armv7em-none-eabi" - -declare void @foo() - -define void @bar() section ".text.bar" { - ret void -} |