mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-01 17:28:26 +00:00
87a2222018
Summary: This test is allowed to run on non-x86 hosts and thus must use llvm-nm rather than nm. Differential Revision: https://reviews.llvm.org/D25473 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283901 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
332 B
LLVM
11 lines
332 B
LLVM
; RUN: llvm-as %s -o %t.o
|
|
; RUN: %gold -shared -m elf_x86_64 -o %t2 -plugin %llvmshlibdir/LLVMgold.so %t.o
|
|
; RUN: llvm-nm %t2 | FileCheck %s
|
|
; CHECK: PrepareAndDispatch
|
|
|
|
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
|
target triple = "x86_64-unknown-linux-gnu"
|
|
|
|
module asm "call PrepareAndDispatch@plt"
|
|
module asm "\09"
|