1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Fix typo.

llvm-svn: 243475
This commit is contained in:
Chih-Hung Hsieh 2015-07-28 20:38:29 +00:00
parent be61f44997
commit c40b4e8361

View File

@ -1,6 +1,6 @@
; RUN: llc < %s -emulated-tls -mtriple=powerpc64-unknown-linux-gnu -relocation-model=pic \
; RUN: | FileCheck %s
; RUN: llc < %s -emulated-tls -mtriple=powerpc-nnknown-linux-gnu -relocation-model=pic \
; RUN: llc < %s -emulated-tls -mtriple=powerpc-unknown-linux-gnu -relocation-model=pic \
; RUN: | FileCheck %s
; Make sure that TLS symbols are emitted in expected order.