[llvm-commits] [llvm] r142286 - /llvm/trunk/test/Transforms/SimplifyLibCalls/PR7357.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Oct 17 16:16:56 PDT 2011


On Oct 17, 2011, at 3:14 PM, Lang Hames wrote:

> Not quite. Apparently the shell lines in the lit suite are tcl, which doesn't honor the embedded quote. This led to the trailing quote being passed through in the target data layout string. The parser used to swallow this silently, treating the resulting 'n32"' as zero and discard it. The new verifier barfed on it though (as it should).

Does it also catch test/Other/constant-fold-gep.ll?

/jakob




More information about the llvm-commits mailing list