[ASan][Test] Split out global alias test
authorMarco Elver <elver@google.com>
Wed, 10 Jun 2020 17:55:51 +0000 (19:55 +0200)
committerMarco Elver <elver@google.com>
Wed, 10 Jun 2020 17:58:50 +0000 (19:58 +0200)
commit0f04f104537bf037d07933cc306d0a0c0772e78f
tree0f4097b472330b37d54df489fe1a642b4d7e9a3a
parent721f8f7530ec3b3f79c3a187fae177178a74c25c
[ASan][Test] Split out global alias test

Some platforms do not support aliases. Split the test, and pass explicit
triple to avoid test failure.

Reviewed By: thakis

Tags: #clang

Differential Revision: https://reviews.llvm.org/D81591
clang/test/CodeGen/asan-globals-alias.cpp [new file with mode: 0644]
clang/test/CodeGen/asan-globals.cpp