[PATCH] D36555: Move x86-specific sources to x86-specific source lists.

Weiming Zhao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 22 15:59:05 PDT 2017


weimingz added inline comments.


================
Comment at: compiler-rt/lib/builtins/CMakeLists.txt:483
+set(powerpc64le_SOURCES ${powerpc64_SOURCES})
+
 set(wasm32_SOURCES ${GENERIC_SOURCES})
----------------
why these files were not used before? should the change be in a separate patch? or update the patch title/summary as well?


https://reviews.llvm.org/D36555





More information about the cfe-commits mailing list