[PATCH] D44813: Add support for __attribute__(trivial_abi)

Jim Ingham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 23 12:40:28 PDT 2018


jingham added inline comments.


================
Comment at: packages/Python/lldbsuite/test/decorators.py:667
+        return None
+    return skipTestIfFn(compiler_doesnt_support_struct_attribute)
 
----------------
aprantl wrote:
> Neat!
Credit where it's due: that's an extension of Kuba's trick for checking for the presence of sanitizers.


Repository:
  rL LLVM

https://reviews.llvm.org/D44813





More information about the llvm-commits mailing list