mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
[Flang] Convert a test to check 'target=...'
Part of the project to eliminate special handling for triples in lit expressions. Differential Revision: https://reviews.llvm.org/D139967
This commit is contained in:
parent
183c40a125
commit
e84d1879e5
@ -58,7 +58,7 @@
|
||||
|
||||
! Check that -ffast-math causes us to link to crtfastmath.o
|
||||
! UNSUPPORTED: system-windows
|
||||
! UNSUPPORTED: powerpc-registered-target
|
||||
! UNSUPPORTED: target=powerpc{{.*}}
|
||||
! RUN: %flang -ffast-math -### %s -o %t 2>&1 \
|
||||
! RUN: | FileCheck --check-prefix=CHECK-CRT %s
|
||||
! CHECK-CRT: {{crtbegin.?\.o}}
|
||||
|
@ -5,6 +5,7 @@ import sys
|
||||
config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@")
|
||||
config.llvm_shlib_dir = lit_config.substitute(path(r"@SHLIBDIR@"))
|
||||
config.llvm_plugin_ext = "@LLVM_PLUGIN_EXT@"
|
||||
config.target_triple = "@LLVM_TARGET_TRIPLE@"
|
||||
config.llvm_target_triple_env = "@LLVM_TARGET_TRIPLE_ENV@"
|
||||
config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
|
||||
config.errc_messages = "@LLVM_LIT_ERRC_MESSAGES@"
|
||||
|
Loading…
Reference in New Issue
Block a user