Skip to content

Instantly share code, notes, and snippets.

/-

Last active February 22, 2016 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0c003a39199904e230dc to your computer and use it in GitHub Desktop.
Save anonymous/0c003a39199904e230dc to your computer and use it in GitHub Desktop.
ninja: Entering directory `/usr/local/google/home/jlebar/code/llvm/release'
ninja: no work to do.
Args: /usr/local/google/home/jlebar/code/llvm/release/bin/opt -aa-pipeline=basic-aa -passes=require<targetlibinfo>,cgscc(function-attrs) -S -debug
Building CG for module: <stdin>
Adding 'test1_2' to entry set of the graph.
Adding 'test2' to entry set of the graph.
Adding 'test3' to entry set of the graph.
Adding 'test4_2' to entry set of the graph.
Adding 'test5' to entry set of the graph.
Adding 'test6_2' to entry set of the graph.
Adding 'test7_1' to entry set of the graph.
Adding 'test8_1' to entry set of the graph.
Adding 'test8_2' to entry set of the graph.
Adding 'test9' to entry set of the graph.
Adding 'test10' to entry set of the graph.
Adding 'test11_2' to entry set of the graph.
Adding 'test12_2' to entry set of the graph.
Adding functions referenced by global initializers to the entry set.
Adding functions called by 'test12_2' to the graph.
Adding functions called by 'test11_2' to the graph.
opt: /usr/local/google/home/jlebar/llvm/src/lib/Analysis/CGSCCPassManager.cpp:49: FunctionAnalysisManagerCGSCCProxy::Result llvm::FunctionAnalysisManagerCGSCCProxy::run(LazyCallGraph::SCC &): Assertion `FAM->empty() && "Function analyses ran prior to the CGSCC proxy!"' failed.
0 opt 0x000000000177cfc8 llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 40
1 opt 0x000000000177b776 llvm::sys::RunSignalHandlers() + 54
2 opt 0x000000000177dbca
3 libpthread.so.0 0x00007f26b0285330
4 libc.so.6 0x00007f26af4adcb7 gsignal + 55
5 libc.so.6 0x00007f26af4b10a8 abort + 328
6 libc.so.6 0x00007f26af4a6b76
7 libc.so.6 0x00007f26af4a6c22
8 opt 0x0000000000ee0629
9 opt 0x0000000000626b8c
10 opt 0x00000000013e42df
11 opt 0x00000000013e08cb llvm::PostOrderFunctionAttrsPass::run(llvm::LazyCallGraph::SCC&, llvm::AnalysisManager<llvm::LazyCallGraph::SCC>*) + 235
12 opt 0x00000000018a191d
13 opt 0x0000000001898c42
14 opt 0x0000000001898796
15 opt 0x00000000018985dd
16 opt 0x00000000006237df
17 opt 0x00000000006233a7 llvm::runPassPipeline(llvm::StringRef, llvm::LLVMContext&, llvm::Module&, llvm::TargetMachine*, llvm::tool_output_file*, llvm::StringRef, llvm::opt_tool::OutputKind, llvm::opt_tool::VerifierKind, bool, bool) + 3255
18 opt 0x0000000000631a22 main + 5314
19 libc.so.6 0x00007f26af498ec5 __libc_start_main + 245
20 opt 0x00000000006205df
Stack dump:
0. Program arguments: /usr/local/google/home/jlebar/code/llvm/release/bin/opt -aa-pipeline=basic-aa -passes=require<targetlibinfo>,cgscc(function-attrs) -S -debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment