mirror of
https://github.com/obfuscator-llvm/obfuscator
synced 2026-06-08 16:28:34 +00:00
6 lines
182 B
LLVM
6 lines
182 B
LLVM
; RUN: not llc -mtriple=i686-pc-linux-gnu %s -o /dev/null 2>&1 | FileCheck %s
|
|
|
|
@a = external global i32
|
|
@b = alias i32* @a
|
|
; CHECK: b: Target doesn't support aliases to declarations
|