File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
c2me-opts-natives-math/src/c Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ endif()
2323execute_process (COMMAND llvm-config --prefix OUTPUT_VARIABLE LLVM_PREFIX OUTPUT_STRIP_TRAILING_WHITESPACE)
2424
2525target_include_directories (c2me-opts-natives-math PRIVATE includes/)
26- target_compile_options (c2me-opts-natives-math PRIVATE $<$<COMPILE_LANGUAGE:C>:-Wall -Wextra -Wpedantic -ffreestanding -ffile-prefix -map=${CMAKE_SOURCE_DIR} =. -fdebug-compilation-dir=. -fdebug-prefix -map=${CMAKE_SOURCE_DIR} =. -fdebug-prefix -map=${LLVM_PREFIX} =.../llvm-prefix -fno-math-errno -mprefer-vector-width=512 -ffp-contract=off -Rpass-analysis=loop-vectorize -mno-stack-arg-probe -fsave-optimization-record "SHELL:-mllvm -polly" "SHELL:-mllvm -polly-vectorizer=stripmine" "SHELL:-mllvm - extra-vectorizer-passes" "SHELL:-mllvm -slp-vectorize-hor-store" "SHELL:-mllvm -slp-min-tree-size=1" "SHELL:-mllvm -slp-min-reg-size=64" "SHELL:-mllvm -slp-threshold=-1" "SHELL:-mllvm -enable-epilogue-vectorization" >)
26+ target_compile_options (c2me-opts-natives-math PRIVATE $<$<COMPILE_LANGUAGE:C>:-Wall -Wextra -Wpedantic -ffreestanding -ffile-prefix -map=${CMAKE_SOURCE_DIR} =. -fdebug-compilation-dir=. -fdebug-prefix -map=${CMAKE_SOURCE_DIR} =. -fdebug-prefix -map=${LLVM_PREFIX} =.../llvm-prefix -fno-math-errno -mprefer-vector-width=512 -ffp-contract=off -Rpass-analysis=loop-vectorize -mno-stack-arg-probe -fsave-optimization-record "SHELL:-mllvm -extra-vectorizer-passes" "SHELL:-mllvm -slp-vectorize-hor-store" "SHELL:-mllvm -slp-min-tree-size=1" "SHELL:-mllvm -slp-min-reg-size=64" "SHELL:-mllvm -slp-threshold=-1" "SHELL:-mllvm -enable-epilogue-vectorization" >)
2727target_link_options (c2me-opts-natives-math PRIVATE -nostdlib -fuse-ld=lld -ffile-prefix -map=${CMAKE_SOURCE_DIR} =. -fdebug-compilation-dir=. -fdebug-prefix -map=${CMAKE_SOURCE_DIR} =. -fdebug-prefix -map=${LLVM_PREFIX} =.../llvm-prefix )
You can’t perform that action at this time.
0 commit comments