forked from OSchip/llvm-project
a1f3eb2085
An execution count goes missing for a constructor, this needs investigation: http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/45132/ ``` /home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/compiler-rt/test/profile/instrprof-merging.cpp:28:16: error: V1: expected string not found in input A() {} // V1: [[@LINE]]{{ *}}|{{ *}}1 <stdin>:28:32: note: possible intended match here 28| | A() {} // V1: [[@LINE]]{{ *}}|{{ *}}1 ``` |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
www | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
README.txt |
README.txt
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================