We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a6405 commit 9829566Copy full SHA for 9829566
1 file changed
compiler-rt/test/pfp/lit.cfg.py
@@ -34,7 +34,4 @@ def build_invocation(compile_flags, with_lto=False):
34
35
36
config.substitutions.append(("%clangxx ", build_invocation(clang_cxxflags)))
37
-if config.target_arch == 'aarch64':
38
- config.substitutions.append(("%clangxx_pfp ", build_invocation(clang_pfp_cxxflags, True)))
39
-else:
40
- config.substitutions.append(("%clangxx_pfp ", build_invocation(clang_pfp_cxxflags)))
+config.substitutions.append(("%clangxx_pfp ", build_invocation(clang_pfp_cxxflags, config.use_thinlto)))
0 commit comments