[llvm-commits] [llvm] r80791 - in /llvm/trunk/test/Analysis/Profiling: edge-profiling.ll profiling-tool-chain.ll

Andreas Neustifter astifter-llvm at gmx.at
Wed Sep 2 09:41:22 PDT 2009


Hi!

Daniel Dunbar wrote:
> Hi Andreas,
> 
> This test is currently failing on most Darwin platforms with:

Just to be sure, these are not shown at  http://google1.osuosl.org:8011/console ? I was trying to do everything properly and was watching the buildbots closely...

> --
> FAIL: /Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/test/Analysis/Profiling/profiling-tool-chain.ll
> Failed with exit(1) at line 7
> while running:  llvm-prof -print-all-code profiling-tool-chain.ll.tmp1
> | FileCheck --check-prefix=PROF
> /Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/test/Analysis/Profiling/profiling-tool-chain.ll
> /Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/test/Analysis/Profiling/profiling-tool-chain.ll:9:10:
> error: expected string not found in input
> ; PROF:  1.     2/4 oneblock
>          ^
> <stdin>:1:1: note: scanning from here
> ===-------------------------------------------------------------------------===
> ^
> --

Well, its working here (linux_x64) and on the other build bots, so I will back it out for now. Can you please mail me the output of

$> llvm-prof -print-all-code profiling-tool-chain.ll.tmp1

in the folder test/Analysis/Profiling/Output? The I can get a feel what llvm-prof is spitting out.

Thanks, Andi



More information about the llvm-commits mailing list