[PATCH] D53301: [Zorg] Use CMAKE_ASM_FLAGS with compiler-rt.

Dan Albert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 12:08:02 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344640: [Zorg] Use CMAKE_ASM_FLAGS with compiler-rt. (authored by danalbert, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D53301

Files:
  zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh


Index: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
===================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
@@ -57,6 +57,7 @@
     -DLLVM_ENABLE_WERROR=OFF \
     -DCMAKE_C_COMPILER=$ROOT/llvm_build64/bin/clang \
     -DCMAKE_CXX_COMPILER=$ROOT/llvm_build64/bin/clang++ \
+    -DCMAKE_ASM_FLAGS="$ANDROID_FLAGS" \
     -DCMAKE_C_FLAGS="$ANDROID_FLAGS" \
     -DCMAKE_CXX_FLAGS="$ANDROID_FLAGS" \
     -DCMAKE_EXE_LINKER_FLAGS="-pie" \
@@ -73,6 +74,7 @@
     -DCOMPILER_RT_BUILD_BUILTINS=OFF \
     -DCOMPILER_RT_INCLUDE_TESTS=ON \
     -DCOMPILER_RT_ENABLE_WERROR=ON \
+    -DCMAKE_ASM_FLAGS="$ANDROID_FLAGS" \
     -DCMAKE_C_FLAGS="$ANDROID_FLAGS" \
     -DCMAKE_CXX_FLAGS="$ANDROID_FLAGS" \
     -DANDROID=1 \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53301.169875.patch
Type: text/x-patch
Size: 912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181016/10584d59/attachment.bin>


More information about the llvm-commits mailing list