diff --git a/flang/test/Driver/fast_math.f90 b/flang/test/Driver/fast_math.f90 --- a/flang/test/Driver/fast_math.f90 +++ b/flang/test/Driver/fast_math.f90 @@ -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}} diff --git a/flang/test/lit.site.cfg.py.in b/flang/test/lit.site.cfg.py.in --- a/flang/test/lit.site.cfg.py.in +++ b/flang/test/lit.site.cfg.py.in @@ -5,6 +5,7 @@ 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@"