We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607d9e8 commit 6eadf47Copy full SHA for 6eadf47
openmp/runtime/test/lit.cfg
@@ -51,6 +51,8 @@ flags = " -I " + config.test_source_root + \
51
" " + config.test_extra_flags
52
if config.has_omit_frame_pointer_flag:
53
flags += " -fno-omit-frame-pointer"
54
+if config.target_arch == "s390x":
55
+ flags += " -mbackchain"
56
57
config.test_flags = " -I " + config.omp_header_directory + flags
58
config.test_flags_use_compiler_omp_h = flags
0 commit comments