diff options
| author | Jinsong Ji <jji@us.ibm.com> | 2019-09-20 20:31:37 +0000 |
|---|---|---|
| committer | Jinsong Ji <jji@us.ibm.com> | 2019-09-20 20:31:37 +0000 |
| commit | 216be996d68ec325f1d4341d3af78f078d430d4b (patch) | |
| tree | 1f29bc40f5f9d14ee2e8aeba2d5fa396598e3cff /llvm/test/CodeGen/PowerPC/pr39815.ll | |
| parent | 72a3d8597da5cb50f3a21ba8a2f822117459af34 (diff) | |
| download | bcm5719-llvm-216be996d68ec325f1d4341d3af78f078d430d4b.tar.gz bcm5719-llvm-216be996d68ec325f1d4341d3af78f078d430d4b.zip | |
[NFC][PowerPC] Consolidate testing of common linkage symbols
Add a new file to test the code gen for common linkage symbol.
Remove common linkage in some other testcases to avoid distraction.
llvm-svn: 372426
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pr39815.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/pr39815.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr39815.ll b/llvm/test/CodeGen/PowerPC/pr39815.ll index 062e055167c..badba313195 100644 --- a/llvm/test/CodeGen/PowerPC/pr39815.ll +++ b/llvm/test/CodeGen/PowerPC/pr39815.ll @@ -1,8 +1,8 @@ ; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-linux-gnu < %s \ ; RUN: -verify-machineinstrs | FileCheck %s -@b = common dso_local local_unnamed_addr global i64* null, align 8 -@a = common dso_local local_unnamed_addr global i8 0, align 1 +@b = dso_local local_unnamed_addr global i64* null, align 8 +@a = dso_local local_unnamed_addr global i8 0, align 1 define void @testADDEPromoteResult() { entry: |

