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 f34f35c commit ba6117dCopy full SHA for ba6117d
integration_tests/CMakeLists.txt
@@ -714,9 +714,9 @@ RUN(NAME symbolics_07 LABELS cpython_sym c_sym llvm_sym NOFAST)
714
RUN(NAME symbolics_08 LABELS cpython_sym c_sym llvm_sym)
715
RUN(NAME symbolics_09 LABELS cpython_sym c_sym llvm_sym NOFAST)
716
RUN(NAME symbolics_10 LABELS cpython_sym c_sym llvm_sym NOFAST)
717
-RUN(NAME symbolics_11 LABELS cpython_sym c_sym NOFAST)
+RUN(NAME symbolics_11 LABELS cpython_sym c_sym llvm_sym NOFAST)
718
RUN(NAME symbolics_12 LABELS cpython_sym c_sym llvm_sym NOFAST)
719
-RUN(NAME symbolics_13 LABELS cpython_sym c_sym NOFAST)
+RUN(NAME symbolics_13 LABELS cpython_sym c_sym llvm_sym NOFAST)
720
721
RUN(NAME sizeof_01 LABELS llvm c
722
EXTRAFILES sizeof_01b.c)
0 commit comments