[PATCH] D27499: CFI-icall on Thumb
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 13:39:49 PST 2016
rengolin added inline comments.
================
Comment at: test/Transforms/LowerTypeTests/function.ll:2
+; RUN: opt -S -lowertypetests -mtriple=i686-unknown-linux-gnu < %s | FileCheck --check-prefixes=X86,NATIVE %s
+; RUN: opt -S -lowertypetests -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck --check-prefixes=X86,NATIVE %s
+; RUN: opt -S -lowertypetests -mtriple=arm-unknown-linux-gnu < %s | FileCheck --check-prefixes=ARM,NATIVE %s
----------------
eugenis wrote:
> rengolin wrote:
> > Native?
> as opposed to WASM, which is kind of bitcode.
> We use the same terminology in LowerTypeTests.cpp.
> Naming is hard. :)
>
Right! :)
Repository:
rL LLVM
https://reviews.llvm.org/D27499
More information about the llvm-commits
mailing list