[PATCH] D10272: Fix alignment issues in Clang.
Oleksiy Vyalov
ovyalov at google.com
Fri Jul 17 14:22:27 PDT 2015
ovyalov added a subscriber: ovyalov.
================
Comment at: cfe/trunk/lib/CodeGen/EHScopeStack.h:99
@@ -98,1 +98,3 @@
public:
+ enum { ScopeStackAlignment = llvm::AlignOf<uint64_t>::Alignment };
+
----------------
Android i386 build sets ScopeStackAlignment = 4 and breaking the build - http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-android/builds/742
Could you handle this use case or consider reverting the CL?
Repository:
rL LLVM
http://reviews.llvm.org/D10272
More information about the cfe-commits
mailing list