[PATCH] D25927: [cfi] Implement cfi-icall using inline assembly.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 18:22:17 PDT 2016


eugenis added inline comments.


================
Comment at: test/Transforms/LowerTypeTests/function.ll:1-4
+; RUN: opt -S -lowertypetests -mtriple=i686-unknown-linux-gnu < %s | FileCheck --check-prefix=X86 %s
+; RUN: opt -S -lowertypetests -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck --check-prefix=X86 %s
+; RUN: opt -S -lowertypetests -mtriple=arm-unknown-linux-gnu < %s | FileCheck --check-prefix=ARM %s
+; RUN: opt -S -lowertypetests -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck --check-prefix=ARM %s
----------------
pcc wrote:
> Maybe use `check-prefixes` here to reduce duplication below?
I'd rather not. It will make an unreadable mess of x86, arm and common lines


Repository:
  rL LLVM

https://reviews.llvm.org/D25927





More information about the llvm-commits mailing list