diff options
Diffstat (limited to 'transform/testdata/globals-non-const.out.ll')
-rw-r--r-- | transform/testdata/globals-non-const.out.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/transform/testdata/globals-non-const.out.ll b/transform/testdata/globals-non-const.out.ll new file mode 100644 index 000000000..33b577ebb --- /dev/null +++ b/transform/testdata/globals-non-const.out.ll @@ -0,0 +1,5 @@ +target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64" +target triple = "armv7em-none-eabi" + +@globalIntConst = global i32 3 +@globalIntVar = global i32 5 |