We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd96a8d commit a2c202fCopy full SHA for a2c202f
script/install-llvm-src/meta.yaml
@@ -98,6 +98,9 @@ variations:
98
+MLC_LLVM_ENABLE_RUNTIMES:
99
- flang-rt
100
group: flang
101
+ default_variations:
102
+ openmp-rt: openmp-rt
103
+ openmp: no-openmp
104
compiler-rt:
105
group: compiler-rt
106
default: true
@@ -126,6 +129,15 @@ variations:
126
129
group: lld
127
130
no-lld:
128
131
132
+ openmp-rt:
133
+ env:
134
+ +MLC_LLVM_CMAKE_OPTIONS:
135
+ - '-DLIBOMP_USE_QUAD_PRECISION=OFF'
136
+ +MLC_LLVM_ENABLE_RUNTIMES:
137
+ - openmp
138
+ group: openmp-rt
139
+ no-openmp-rt:
140
141
openmp:
142
143
env:
0 commit comments