diff options
Diffstat (limited to 'test/CodeGen/JS/global-alias.ll')
-rw-r--r-- | test/CodeGen/JS/global-alias.ll | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/JS/global-alias.ll b/test/CodeGen/JS/global-alias.ll index b6efc0e7e7..9d39f7b29d 100644 --- a/test/CodeGen/JS/global-alias.ll +++ b/test/CodeGen/JS/global-alias.ll @@ -1,7 +1,10 @@ -; RUN: llc -march=js < %s | FileCheck %s +; RUN: llc < %s | FileCheck %s ; Handle global aliases of various kinds. +target datalayout = "e-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-p:32:32:32-v128:32:128-n32-S128" +target triple = "asmjs-unknown-emscripten" + @pri = internal global [60 x i8] zeroinitializer @pub = global [60 x i8] zeroinitializer |