Lines Matching refs:substitutions
114 # substitutions
115 config.substitutions.append(("%libomp-compile-and-run", \
117 config.substitutions.append(("%libomp-cxx-compile-and-run", \
119 config.substitutions.append(("%libomp-cxx-compile-c", \
121 config.substitutions.append(("%libomp-cxx-compile", \
123 config.substitutions.append(("%libomp-compile", \
125 config.substitutions.append(("%libomp-run", "%t"))
126 config.substitutions.append(("%clangXX", config.test_cxx_compiler))
127 config.substitutions.append(("%clang", config.test_c_compiler))
128 config.substitutions.append(("%openmp_flags", config.test_openmp_flags))
129 config.substitutions.append(("%flags", config.test_flags))
130 config.substitutions.append(("%python", '"%s"' % (sys.executable)))
131 config.substitutions.append(("%not", config.test_not))
134 config.substitutions.append(("FileCheck", "tee %%t.out | %s" % config.test_filecheck))
135 config.substitutions.append(("%sort-threads", "sort -n -s"))
138 config.substitutions.append(("%preload-tool", "true ||"))
139 config.substitutions.append(("%no-as-needed-flag", "-Wl,--no-as-needed"))
141 config.substitutions.append(("%preload-tool", "env DYLD_INSERT_LIBRARIES=%T/tool.so"))
143 config.substitutions.append(("%no-as-needed-flag", ""))
145 config.substitutions.append(("%preload-tool", "env LD_PRELOAD=%T/tool.so"))
146 config.substitutions.append(("%no-as-needed-flag", "-Wl,--no-as-needed"))
148 config.substitutions.append(("FileCheck", config.test_filecheck))