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 42f03b5 commit 887b013Copy full SHA for 887b013
clang/tools/sotoc/test/lit.cfg
@@ -35,9 +35,9 @@ config.test_format = lit.formats.ShTest()
35
36
config.test_flags = '-I ' + config.test_source_root + ' ' + \
37
'-I ' + config.omp_header_directory + ' ' + \
38
- '-fopenmp ' #+ \
39
- #'-Xopenmp-target \"-Xlinker -fopenmp-static\" ' #+ \
40
- #'-Werror=implicit-function-declaration'
+ '-fopenmp ' + \
+ '-Werror=implicit-function-declaration '
+ #'-Xopenmp-target \"-Xlinker -fopenmp-static\" '
41
42
# Setup environment to find dynamic library at runtime
43
append_dynamic_library_path(config.library_dir)
0 commit comments