[llvm-commits] [llvm] r145906 - in /llvm/trunk: lib/Transforms/Scalar/LoopStrengthReduce.cpp test/Transforms/LoopStrengthReduce/2011-12-04-loserreg.ll

Anton Korobeynikov anton at korobeynikov.info
Sat Mar 10 02:33:47 PST 2012


Hi Andrew,

> Thanks. I was recently wondering if we had any intention of supporting make check without TARGETS=x86. I see 'target triple = "x86..."' scattered thoughout the common test cases.
It depends on how this triple is used... If you just feed opt then
there is no problem. If test depends on x86 target to be built, it
should be moved into special dir which is included if LLVM configured
with x86 target.

See e.g. test/Other/X86 or test/DebugInfo/X86 as an example.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list