Go to file
Teresa Johnson 2f616e479b [ThinLTO] Add option to dump per-module summary dot graph
Summary:
I found that there currently isn't a way to invoke exportToDot from
the command line for a per-module summary index, and therefore no
testing of that case. Add an internal option and use it to test dumping
of per module summary indexes.

In particular, I am looking at fixing the limitation that causes the
aliasee GUID in the per-module summary to be 0, and want to be able to
test that change.

Reviewers: evgeny777

Subscribers: mehdi_amini, inglorion, eraman, steven_wu, dexonsmith, llvm-commits

Differential Revision: https://reviews.llvm.org/D57206

llvm-svn: 352441
2019-01-28 23:43:26 +00:00
clang [ASTImporter] Fix handling of overriden methods during ASTImport 2019-01-28 21:55:33 +00:00
clang-tools-extra [clangd] Index main-file macros (bug 39761) 2019-01-28 14:11:49 +00:00
compiler-rt Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" 2019-01-28 19:26:41 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
libcxx [libc++] Use runtime rather then compile-time glibc version check 2019-01-28 20:39:50 +00:00
libcxxabi Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" 2019-01-28 19:26:41 +00:00
libunwind Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inline" 2019-01-28 20:55:12 +00:00
lld Attempt to fix build failure with GCC 5.4. 2019-01-28 21:45:50 +00:00
lldb Revert "Make Type::GetByteSize optional (NFC)" 2019-01-28 21:44:35 +00:00
llgo Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
llvm [ThinLTO] Add option to dump per-module summary dot graph 2019-01-28 23:43:26 +00:00
openmp Remove no longer needed Arm specific words in the LICENSE.txt file. 2019-01-28 15:42:58 +00:00
parallel-libs Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
polly Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp 2019-01-22 12:18:38 +00:00
pstl Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
.arcconfig Add an .arcconfig for the top of the git monorepo. 2019-01-11 16:27:14 +00:00
README.md

README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.