[PATCH] D91388: [TableGen] Add frontend/backend phase timing capability
Jan Kratochvil via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 14 07:25:08 PST 2020
jankratochvil added a comment.
http://lab.llvm.org:8014/#/builders/14/builds/1886
[144/5147] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o
FAILED: lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o
/usr/lib64/ccache/c++ -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/TableGen -I/home/buildbot/worker/lldb-x86_64-fedora/llvm-project/llvm/lib/TableGen -Iinclude -I/home/buildbot/worker/lldb-x86_64-fedora/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-redundant-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -fdiagnostics-color -ffunction-sections -fdata-sections -O2 -fno-exceptions -fno-rtti -UNDEBUG -std=c++14 -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o -c /home/buildbot/worker/lldb-x86_64-fedora/llvm-project/llvm/lib/TableGen/Main.cpp
In file included from /home/buildbot/worker/lldb-x86_64-fedora/llvm-project/llvm/include/llvm/TableGen/Error.h:18,
from /home/buildbot/worker/lldb-x86_64-fedora/llvm-project/llvm/lib/TableGen/TGParser.h:17,
from /home/buildbot/worker/lldb-x86_64-fedora/llvm-project/llvm/lib/TableGen/Main.cpp:18:
/home/buildbot/worker/lldb-x86_64-fedora/llvm-project/llvm/include/llvm/TableGen/Record.h:29:10: fatal error: llvm/Support/timer.h: No such file or directory
29 | #include "llvm/Support/timer.h"
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91388/new/
https://reviews.llvm.org/D91388
More information about the llvm-commits
mailing list