mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
Test linux only for absolute paths in the -fuse-ld option
Some target do not use this option and may emit a error message for using it. llvm-svn: 367602
This commit is contained in:
parent
a9ed5436bd
commit
f6d42dccb5
@ -1,5 +1,6 @@
|
||||
// RUN: %clang %s -### \
|
||||
// RUN: -fuse-ld=/usr/local/bin/or1k-linux-ld 2>&1 \
|
||||
// RUN: -target x86_64-unknown-linux \
|
||||
// RUN: | FileCheck %s --check-prefix=CHECK-ABSOLUTE-LD
|
||||
// CHECK-ABSOLUTE-LD: /usr/local/bin/or1k-linux-ld
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user