mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
23da8b5fb5
Currently running the xray tools generates a number of errors: $ ./bin/llvm-xray : for the -k option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used! : for the -d option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used! : for the -o option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used! : for the -f option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used! : for the -s option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used! : for the -r option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used! : for the -p option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used! : for the -m option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used! <snip> Patch by Ryan Mansfield. Differential Revision: https://reviews.llvm.org/D69386 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
func-id-helper.cpp | ||
func-id-helper.h | ||
llvm-xray.cpp | ||
trie-node.h | ||
xray-account.cpp | ||
xray-account.h | ||
xray-color-helper.cpp | ||
xray-color-helper.h | ||
xray-converter.cpp | ||
xray-converter.h | ||
xray-extract.cpp | ||
xray-fdr-dump.cpp | ||
xray-graph-diff.cpp | ||
xray-graph-diff.h | ||
xray-graph.cpp | ||
xray-graph.h | ||
xray-registry.cpp | ||
xray-registry.h | ||
xray-stacks.cpp |