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 3935910 commit e4d82bfCopy full SHA for e4d82bf
CMakeLists.txt
@@ -646,10 +646,10 @@ set (hs_exec_common_SRCS
646
src/util/arch/arm/cpuid_flags.c
647
)
648
elseif(ARCH_LOONGARCH64)
649
- set (hs_exec_common_SRCS
650
- ${hs_exec_common_SRCS}
651
- src/util/arch/loongarch64/cpuid_flags.c
652
- )
+set (hs_exec_common_SRCS
+ ${hs_exec_common_SRCS}
+ src/util/arch/loongarch64/cpuid_flags.c
+ )
653
endif ()
654
655
set (hs_exec_SRCS
@@ -809,8 +809,8 @@ set (hs_exec_SRCS
809
src/util/supervector/arch/ppc64el/impl.cpp)
810
elseif (ARCH_LOONGARCH64)
811
812
- ${hs_exec_SRCS}
813
- src/util/supervector/arch/loongarch64/impl.cpp)
+ ${hs_exec_SRCS}
+ src/util/supervector/arch/loongarch64/impl.cpp)
814
815
endif()
816
0 commit comments