[PATCH] D37370: ModuleSummaryAnalysis: Correctly handle refs from function inline asm to module inline asm.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 09:25:08 PDT 2017
pcc marked an inline comment as done.
pcc added inline comments.
================
Comment at: llvm/test/Bitcode/thinlto-asm-noimport.ll:5
+target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
+target triple = "thumbv7--linux-android"
+
----------------
mehdi_amini wrote:
> I suspect this test is target dependent (requires the backend compiled in to parse the inline asm) and so couldn't be in the generic bitcode test.
Added a `REQUIRES` line.
https://reviews.llvm.org/D37370
More information about the llvm-commits
mailing list