diff options
Diffstat (limited to 'compiler-rt/lib/builtins')
| -rw-r--r-- | compiler-rt/lib/builtins/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 3ee32038b97..c30d9b3633f 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -440,20 +440,6 @@ set(mipsel_SOURCES ${mips_SOURCES}) set(mips64_SOURCES ${mips_SOURCES}) set(mips64el_SOURCES ${mips_SOURCES}) -set(powerpc64_SOURCES - ppc/divtc3.c - ppc/fixtfdi.c - ppc/fixunstfdi.c - ppc/floatditf.c - ppc/floatunditf.c - ppc/gcc_qadd.c - ppc/gcc_qdiv.c - ppc/gcc_qmul.c - ppc/gcc_qsub.c - ppc/multc3.c - ${GENERIC_SOURCES}) -set(powerpc64le_SOURCES ${powerpc64_SOURCES}) - set(wasm32_SOURCES ${GENERIC_SOURCES}) set(wasm64_SOURCES ${GENERIC_SOURCES}) |

