mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 01:04:49 +08:00
[Hexagon] Default linker tests can fail if CLANG_DEFAULT_LINKER is used.
These values are not always known since there is a configuration option to set the default linker, CLANG_DEFAULT_LINKER. Differential Revision: https://reviews.llvm.org/D77684
This commit is contained in:
@@ -597,10 +597,3 @@
|
||||
// RUN: %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK084 %s
|
||||
// CHECK084: "-fno-use-init-array"
|
||||
// -----------------------------------------------------------------------------
|
||||
// Check default linker for elf
|
||||
// -----------------------------------------------------------------------------
|
||||
// RUN: %clang -### -target hexagon-unknown-elf %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK092 %s
|
||||
// CHECK092: hexagon-link
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
@@ -95,7 +95,3 @@
|
||||
// RUN: %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK007 %s
|
||||
// CHECK007: "-internal-isystem" "{{.*}}hexagon{{/|\\\\}}include{{/|\\\\}}c++{{/|\\\\}}v1"
|
||||
// -----------------------------------------------------------------------------
|
||||
// RUN: %clang -### -target hexagon-unknown-linux-musl %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK008 %s
|
||||
// CHECK008: ld.lld
|
||||
|
||||
Reference in New Issue
Block a user